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

27 lines
510 B
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "vert"
}
],
"inputs" : [
{
"type" : "vec3",
"name" : "in.var.TEXCOORD0",
"location" : 0
},
{
"type" : "vec2",
"name" : "in.var.TEXCOORD3",
"location" : 3
}
],
"outputs" : [
{
"type" : "vec2",
"name" : "out.var.TEXCOORD0",
"location" : 0
}
]
}