armory/Shaders/debug_velocity/debug_velocity.json
2018-12-05 17:47:45 +01:00

15 lines
276 B
JSON
Executable file

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