Uncomment procedures in procedure group

This commit is contained in:
gingerBill
2023-07-17 16:02:18 +01:00
parent 0f28857c59
commit 1b3657122c

View File

@@ -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,