repo.or.cz
/
KhronosGroup
/
SPIRV-Cross.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #2439 from KhronosGroup/fix-2261
[KhronosGroup/SPIRV-Cross.git]
/
reference
/
shaders-reflection
/
frag
/
input-attachment-ms.vk.frag.json
blob
5f381911acdc8d8f17795cec84198995ddf6fdbd
1
{
2
"entryPoints" : [
3
{
4
"name" : "main",
5
"mode" : "frag"
6
}
7
],
8
"subpass_inputs" : [
9
{
10
"type" : "subpassInputMS",
11
"name" : "uSubpass0",
12
"set" : 0,
13
"binding" : 0,
14
"input_attachment_index" : 0
15
},
16
{
17
"type" : "subpassInputMS",
18
"name" : "uSubpass1",
19
"set" : 0,
20
"binding" : 1,
21
"input_attachment_index" : 1
22
}
23
],
24
"outputs" : [
25
{
26
"type" : "vec4",
27
"name" : "FragColor",
28
"location" : 0
29
}
30
]
31
}