armory/Shaders/smaa_blend_weight/smaa_blend_weight.json

32 lines
565 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-10-17 12:02:41 +02:00
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
2016-06-14 12:33:11 +02:00
"links": [
{
2016-08-25 00:26:01 +02:00
"name": "areaTex",
2019-04-26 11:12:09 +02:00
"link": "$smaa_area.png"
2016-06-14 12:33:11 +02:00
},
{
2016-08-25 00:26:01 +02:00
"name": "searchTex",
2019-04-26 11:12:09 +02:00
"link": "$smaa_search.png"
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"
}
]
}