Fix Metal mesh shading bindings

This commit is contained in:
Tohei Ichikawa
2025-08-06 23:56:36 -04:00
parent 09a1e170bc
commit a492fa7bc2
2 changed files with 284 additions and 85 deletions
+6
View File
@@ -1050,3 +1050,9 @@ VertexStepFunction :: enum NS.UInteger {
PerPatch = 3,
PerPatchControlPoint = 4,
}
ShaderValidation :: enum NS.UInteger {
Default = 0,
Enabled = 1,
Disabled = 2,
}