Remove g4

This commit is contained in:
luboslenco
2025-02-09 16:04:46 +01:00
parent 33dd0a65b6
commit 832a9190fe
33 changed files with 55 additions and 150 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ function make_mesh_run(data: material_t, layer_pass: i32 = 0): node_shader_conte
}
frag.vvec = true;
///if (arm_direct3d11 || arm_direct3d12 || arm_metal || arm_vulkan)
///if (arm_direct3d12 || arm_metal || arm_vulkan)
node_shader_write(frag, "mat3 TBN = cotangent_frame(n, vvec, tex_coord);");
///else
node_shader_write(frag, "mat3 TBN = cotangent_frame(n, -vvec, tex_coord);");