armory/Shaders/debug_velocity/debug_velocity.json
2017-12-20 15:37:58 +01:00

16 lines
307 B
JSON
Executable file

{
"contexts": [
{
"name": "debug_velocity",
"depth_write": false,
"color_write_alpha": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
"fragment_shader": "debug_velocity.frag.glsl"
}
]
}