mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Fix Metal mesh shading bindings
This commit is contained in:
Vendored
+6
@@ -1050,3 +1050,9 @@ VertexStepFunction :: enum NS.UInteger {
|
||||
PerPatch = 3,
|
||||
PerPatchControlPoint = 4,
|
||||
}
|
||||
|
||||
ShaderValidation :: enum NS.UInteger {
|
||||
Default = 0,
|
||||
Enabled = 1,
|
||||
Disabled = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user