armory/raw/smaa_blend_weight/smaa_blend_weight.shader.json

35 lines
532 B
JSON
Raw Normal View History

2016-06-14 12:33:11 +02:00
{
"contexts": [
{
"id": "smaa_blend_weight",
"params": [
{
"id": "depth_write",
"value": "true"
},
{
"id": "compare_mode",
"value": "always"
},
{
"id": "cull_mode",
"value": "none"
}
],
"links": [
{
"id": "areaTex",
"link": "_smaaArea"
},
{
"id": "searchTex",
"link": "_smaaSearch"
}
],
"texture_params": [],
"vertex_shader": "smaa_blend_weight.vert.glsl",
"fragment_shader": "smaa_blend_weight.frag.glsl"
}
]
}