armory/Shaders/copy_mrt3_pass/copy_mrt3_pass.json

15 lines
276 B
JSON
Raw Permalink Normal View History

2018-07-06 14:44:24 +02:00
{
"contexts": [
{
2018-07-10 10:29:15 +02:00
"name": "copy_mrt3_pass",
2018-07-06 14:44:24 +02:00
"depth_write": false,
"compare_mode": "always",
"cull_mode": "none",
"links": [],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
2018-07-10 10:29:15 +02:00
"fragment_shader": "copy_mrt3_pass.frag.glsl"
2018-07-06 14:44:24 +02:00
}
]
}