Fix to allow procedure groups on objective-c types

This commit is contained in:
gingerBill
2023-07-17 12:43:56 +01:00
parent dcf3023d93
commit 921530dd01
6 changed files with 233 additions and 126 deletions
+2 -2
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,