Move vendor:Metal to core:sys/darwin/Metal

This commit is contained in:
gingerBill
2022-02-12 17:59:40 +00:00
parent ae3b95b194
commit ff5d6a994b
5 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ CommandEncoderErrorState :: enum NS.Integer {
CommandBufferHandler :: distinct rawptr
DispatchType :: enum NS.UInteger {
Serial = 0,
Serial = 0,
Concurrent = 1,
}
@@ -220,7 +220,7 @@ BarrierScope :: distinct bit_set[BarrierScopeFlag; NS.UInteger]
CounterSampleBufferError :: enum NS.Integer {
OutOfMemory = 0,
Invalid = 1,
Invalid = 1,
}
CompareFunction :: enum NS.UInteger {