armory/Shaders/motion_blur_veloc_pass/motion_blur_veloc_pass.json
2016-12-13 01:09:17 +01:00

22 lines
452 B
JSON
Executable file

{
"contexts": [
{
"name": "motion_blur_veloc_pass",
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [
{
"name": "texStep",
"link": "_screenSizeInv",
"ifdef": ["_Disabled"]
}
],
"texture_params": [],
"vertex_shader": "motion_blur_veloc_pass.vert.glsl",
"vertex_shader_path": "../include/pass.vert.glsl",
"fragment_shader": "motion_blur_veloc_pass.frag.glsl"
}
]
}