Browse Source

Uncomment procedures in procedure group

gingerBill 2 years ago
parent
commit
1b3657122c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vendor/darwin/Metal/MetalClasses.odin

+ 2 - 2
vendor/darwin/Metal/MetalClasses.odin

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