mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-03 09:14:38 +00:00
Uncomment procedures in procedure group
This commit is contained in:
4
vendor/darwin/Metal/MetalClasses.odin
vendored
4
vendor/darwin/Metal/MetalClasses.odin
vendored
@@ -5388,8 +5388,8 @@ Device_newBufferWithLength :: #force_inline proc "c" (self: ^Device, length: NS.
|
||||
|
||||
@(objc_type=Device, objc_name="newBuffer")
|
||||
Device_newBuffer :: proc{
|
||||
// Device_newBufferWithBytes,
|
||||
// Device_newBufferWithBytesNoCopy,
|
||||
Device_newBufferWithBytes,
|
||||
Device_newBufferWithBytesNoCopy,
|
||||
Device_newBufferWithSlice,
|
||||
Device_newBufferWithSliceNoCopy,
|
||||
Device_newBufferWithLength,
|
||||
|
||||
Reference in New Issue
Block a user