armory/Shaders/supersample_resolve/supersample_resolve.json
2018-12-05 17:47:45 +01:00

20 lines
362 B
JSON
Executable file

{
"contexts": [
{
"name": "supersample_resolve",
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [
{
"name": "screenSizeInv",
"link": "_screenSizeInv"
}
],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
"fragment_shader": "supersample_resolve.frag.glsl"
}
]
}