mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Move vendor:Metal to core:sys/darwin/Metal
This commit is contained in:
@@ -197,7 +197,7 @@ CommandEncoderErrorState :: enum NS.Integer {
|
|||||||
CommandBufferHandler :: distinct rawptr
|
CommandBufferHandler :: distinct rawptr
|
||||||
|
|
||||||
DispatchType :: enum NS.UInteger {
|
DispatchType :: enum NS.UInteger {
|
||||||
Serial = 0,
|
Serial = 0,
|
||||||
Concurrent = 1,
|
Concurrent = 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -220,7 +220,7 @@ BarrierScope :: distinct bit_set[BarrierScopeFlag; NS.UInteger]
|
|||||||
|
|
||||||
CounterSampleBufferError :: enum NS.Integer {
|
CounterSampleBufferError :: enum NS.Integer {
|
||||||
OutOfMemory = 0,
|
OutOfMemory = 0,
|
||||||
Invalid = 1,
|
Invalid = 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
CompareFunction :: enum NS.UInteger {
|
CompareFunction :: enum NS.UInteger {
|
||||||
Reference in New Issue
Block a user