From 1b3657122cb69b96ec54dd878e4fbdbb00641bcc Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 17 Jul 2023 16:02:18 +0100 Subject: [PATCH] Uncomment procedures in procedure group --- vendor/darwin/Metal/MetalClasses.odin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/darwin/Metal/MetalClasses.odin b/vendor/darwin/Metal/MetalClasses.odin index 9239182db..17f22e1d3 100644 --- a/vendor/darwin/Metal/MetalClasses.odin +++ b/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,