22 lines
389 B
JSON
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
|
|
}
|
|
]
|
|
} |