Files
prosperon/shaders/reflection/rectangle.frag.json
2025-11-22 09:43:51 -06:00

22 lines
389 B
JSON

{
"entryPoints" : [
{
"name" : "main",
"mode" : "frag"
}
],
"inputs" : [
{
"type" : "vec4",
"name" : "in.var.COLOR0",
"location" : 1
}
],
"outputs" : [
{
"type" : "vec4",
"name" : "out.var.SV_TARGET",
"location" : 0
}
]
}