armory/Shaders/motion_blur_veloc_pass/motion_blur_veloc_pass.json

25 lines
458 B
JSON
Raw Permalink Normal View History

2016-07-31 23:25:33 +02:00
{
"contexts": [
{
2016-08-25 00:26:01 +02:00
"name": "motion_blur_veloc_pass",
2016-10-17 12:02:41 +02:00
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
2016-07-31 23:25:33 +02:00
"links": [
2017-12-26 01:58:40 +01:00
{
"name": "frameScale",
"link": "_frameScale"
},
2016-07-31 23:25:33 +02:00
{
2016-08-25 00:26:01 +02:00
"name": "texStep",
2016-08-11 22:24:45 +02:00
"link": "_screenSizeInv",
"ifdef": ["_Disabled"]
2016-07-31 23:25:33 +02:00
}
],
"texture_params": [],
2017-12-20 15:37:58 +01:00
"vertex_shader": "../include/pass.vert.glsl",
2016-07-31 23:25:33 +02:00
"fragment_shader": "motion_blur_veloc_pass.frag.glsl"
}
]
}