Backlog/engine/rend/shaders/postProc.frag.json

62 lines
1.3 KiB
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"inputs" : [
{
"type" : "vec2",
"name" : "in.var.TEXCOORD0",
"location" : 0
}
],
"outputs" : [
{
"type" : "vec4",
"name" : "out.var.SV_Target0",
"location" : 0
}
],
"separate_images" : [
{
"type" : "texture2D",
"name" : "ColorTexture",
"set" : 2,
"binding" : 0
},
{
"type" : "texture2D",
"name" : "EmissiveTexture",
"set" : 2,
"binding" : 1
},
{
"type" : "texture2D",
"name" : "SsaoTexture",
"set" : 2,
"binding" : 2
}
],
"separate_samplers" : [
{
"type" : "sampler",
"name" : "Sampler0",
"set" : 2,
"binding" : 0
},
{
"type" : "sampler",
"name" : "Sampler1",
"set" : 2,
"binding" : 1
},
{
"type" : "sampler",
"name" : "Sampler2",
"set" : 2,
"binding" : 2
}
]
}