SPIRV-Cross/reference/shaders-reflection/frag/input-attachment-ms.vk.frag.json

31 lines
644 B
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"subpass_inputs" : [
{
"type" : "subpassInputMS",
"name" : "uSubpass0",
"set" : 0,
"binding" : 0,
"input_attachment_index" : 0
},
{
"type" : "subpassInputMS",
"name" : "uSubpass1",
"set" : 0,
"binding" : 1,
"input_attachment_index" : 1
}
],
"outputs" : [
{
"type" : "vec4",
"name" : "FragColor",
"location" : 0
}
]
}