Metal fixes

This commit is contained in:
luboslenco
2025-05-01 12:32:28 +02:00
parent 1916b6ea87
commit 62cffd93ab
10 changed files with 44 additions and 21 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ function node_shader_get(raw: node_shader_t): string {
s += raw.vert_normal;
s += raw.vert;
s += raw.vert_end;
s += "output.pos.z = (output.pos.z + output.pos.w) * 0.5;\n";
s += "output.pos.z = (output.pos.z + output.pos.w) * 0.5;\n"; ////
s += "\n\treturn output;\n";
s += "}\n\n";