armory/Shaders/clear_depth_pass/clear_depth_pass.json

20 lines
434 B
JSON
Raw Permalink Normal View History

2020-05-04 23:08:47 +02:00
{
"contexts": [
{
2020-05-11 09:03:13 +02:00
"name": "clear_depth_pass",
2020-05-04 23:08:47 +02:00
"depth_write": true,
2020-05-11 09:03:13 +02:00
"color_write_red": false,
"color_write_green": false,
"color_write_blue": false,
"color_write_alpha": false,
2020-05-04 23:08:47 +02:00
"compare_mode": "always",
"cull_mode": "none",
"links": [],
"texture_params": [],
"vertex_shader": "../include/pass.vert.glsl",
2020-05-11 09:03:13 +02:00
"fragment_shader": "clear_depth_pass.frag.glsl",
"color_attachments": ["_HDR"]
2020-05-04 23:08:47 +02:00
}
]
}