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

15 lines
277 B
JSON
Executable file

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