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

16 lines
329 B
JSON
Executable file

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