mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Uncomment procedures in procedure group
This commit is contained in:
+2
-2
@@ -5388,8 +5388,8 @@ Device_newBufferWithLength :: #force_inline proc "c" (self: ^Device, length: NS.
|
|||||||
|
|
||||||
@(objc_type=Device, objc_name="newBuffer")
|
@(objc_type=Device, objc_name="newBuffer")
|
||||||
Device_newBuffer :: proc{
|
Device_newBuffer :: proc{
|
||||||
// Device_newBufferWithBytes,
|
Device_newBufferWithBytes,
|
||||||
// Device_newBufferWithBytesNoCopy,
|
Device_newBufferWithBytesNoCopy,
|
||||||
Device_newBufferWithSlice,
|
Device_newBufferWithSlice,
|
||||||
Device_newBufferWithSliceNoCopy,
|
Device_newBufferWithSliceNoCopy,
|
||||||
Device_newBufferWithLength,
|
Device_newBufferWithLength,
|
||||||
|
|||||||
Reference in New Issue
Block a user