Depth buffer cleanup

This commit is contained in:
luboslenco
2025-07-01 14:46:40 +02:00
parent 38b59ca7fb
commit 2f007eabde
51 changed files with 269 additions and 613 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ function make_mesh_run(data: material_t, layer_pass: i32 = 0): node_shader_conte
"RGBA64",
"RGBA64"
],
depth_attachment: "DEPTH32"
depth_attachment: "D32"
};
let con_mesh: node_shader_context_t = node_shader_context_create(data, props);
let kong: node_shader_t = node_shader_context_make_kong(con_mesh);