SPIRV-Cross/reference/shaders-reflection/frag/combined-texture-sampler-shadow.vk.frag.json

37 lines
716 B
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"outputs" : [
{
"type" : "float",
"name" : "FragColor",
"location" : 0
}
],
"separate_images" : [
{
"type" : "texture2D",
"name" : "uDepth",
"set" : 0,
"binding" : 2
}
],
"separate_samplers" : [
{
"type" : "sampler",
"name" : "uSampler",
"set" : 0,
"binding" : 0
},
{
"type" : "sampler",
"name" : "uSampler1",
"set" : 0,
"binding" : 1
}
]
}