armory/Shaders/fxaa_pass/fxaa_pass.json

20 lines
342 B
JSON
Raw Normal View History

2016-03-20 21:38:01 +01:00
{
"contexts": [
{
2016-08-25 00:26:01 +02:00
"name": "fxaa_pass",
2016-10-17 12:02:41 +02:00
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
2016-06-21 13:29:27 +02:00
"links": [
{
2016-10-17 17:39:40 +02:00
"name": "screenSizeInv",
2016-06-21 13:29:27 +02:00
"link": "_screenSizeInv"
}
],
2016-03-20 21:38:01 +01:00
"texture_params": [],
2017-12-20 15:37:58 +01:00
"vertex_shader": "../include/pass.vert.glsl",
2016-03-20 21:38:01 +01:00
"fragment_shader": "fxaa_pass.frag.glsl"
}
]
}