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

17 lines
370 B
JSON
Executable file

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