armory/Shaders/bloom_pass/bloom_pass.json

21 lines
369 B
JSON
Raw Normal View History

2016-04-01 01:48:18 +02:00
{
"contexts": [
{
2016-08-25 00:26:01 +02:00
"name": "bloom_pass",
2017-03-11 01:50:47 +01:00
"color_write_alpha": false,
2016-10-17 12:02:41 +02:00
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
2016-10-21 19:36:08 +02:00
"links": [
{
"name": "texStep",
"link": "_windowSizeInv"
}
],
2016-04-01 01:48:18 +02:00
"texture_params": [],
2017-12-20 15:37:58 +01:00
"vertex_shader": "../include/pass.vert.glsl",
2016-04-01 01:48:18 +02:00
"fragment_shader": "bloom_pass.frag.glsl"
}
]
}