mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Fix #3651
This commit is contained in:
+2
-2
@@ -4949,11 +4949,11 @@ CommandQueue_commandBuffer :: #force_inline proc "c" (self: ^CommandQueue) -> ^C
|
||||
return msgSend(^CommandBuffer, self, "commandBuffer")
|
||||
}
|
||||
@(objc_type=CommandQueue, objc_name="commandBufferWithDescriptor")
|
||||
CommandQueue_commandBufferWithDescriptor :: #force_inline proc "c" (self: ^CommandQueue, descriptor: ^CommandBufferDescriptor) -> ^CommandQueue {
|
||||
CommandQueue_commandBufferWithDescriptor :: #force_inline proc "c" (self: ^CommandQueue, descriptor: ^CommandBufferDescriptor) -> ^CommandBuffer {
|
||||
return msgSend(^CommandQueue, self, "commandBufferWithDescriptor:", descriptor)
|
||||
}
|
||||
@(objc_type=CommandQueue, objc_name="commandBufferWithUnretainedReferences")
|
||||
CommandQueue_commandBufferWithUnretainedReferences :: #force_inline proc "c" (self: ^CommandQueue) -> ^CommandQueue {
|
||||
CommandQueue_commandBufferWithUnretainedReferences :: #force_inline proc "c" (self: ^CommandQueue) -> ^CommandBuffer {
|
||||
return msgSend(^CommandQueue, self, "commandBufferWithUnretainedReferences")
|
||||
}
|
||||
@(objc_type=CommandQueue, objc_name="device")
|
||||
|
||||
Reference in New Issue
Block a user