armory/Shaders/smaa_blend_weight/smaa_blend_weight.shader.json

43 lines
685 B
JSON
Raw Normal View History

2016-06-14 12:33:11 +02:00
{
"contexts": [
{
2016-08-25 00:26:01 +02:00
"name": "smaa_blend_weight",
2016-06-14 12:33:11 +02:00
"params": [
{
2016-08-25 00:26:01 +02:00
"name": "depth_write",
2016-07-24 19:15:36 +02:00
"value": "false"
2016-06-14 12:33:11 +02:00
},
{
2016-08-25 00:26:01 +02:00
"name": "compare_mode",
2016-06-14 12:33:11 +02:00
"value": "always"
},
{
2016-08-25 00:26:01 +02:00
"name": "cull_mode",
2016-06-14 12:33:11 +02:00
"value": "none"
}
],
"links": [
{
2016-08-25 00:26:01 +02:00
"name": "areaTex",
2016-06-14 12:33:11 +02:00
"link": "_smaaArea"
},
{
2016-08-25 00:26:01 +02:00
"name": "searchTex",
2016-06-14 12:33:11 +02:00
"link": "_smaaSearch"
2016-06-21 13:29:27 +02:00
},
{
2016-08-25 00:26:01 +02:00
"name": "screenSize",
2016-06-21 13:29:27 +02:00
"link": "_screenSize"
},
{
2016-08-25 00:26:01 +02:00
"name": "screenSizeInv",
2016-06-21 13:29:27 +02:00
"link": "_screenSizeInv"
2016-06-14 12:33:11 +02:00
}
],
"texture_params": [],
"vertex_shader": "smaa_blend_weight.vert.glsl",
"fragment_shader": "smaa_blend_weight.frag.glsl"
}
]
}