armory/Shaders/clear_pass/clear_pass.json
2020-05-10 10:46:12 +02:00

16 lines
301 B
JSON

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