From 38466f18213ae6f6879e5639d315e8c8e377b602 Mon Sep 17 00:00:00 2001 From: pufferffish Date: Sat, 15 Jun 2024 12:06:43 +0100 Subject: [PATCH] fix build --- gpu/gpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu/gpu.go b/gpu/gpu.go index 11c72e151..4eb82f2cf 100644 --- a/gpu/gpu.go +++ b/gpu/gpu.go @@ -37,7 +37,7 @@ type oneapiHandles struct { } type vulkanHandles struct { - vulkan *C.vulkan_handle_t + vulkan *C.vk_handle_t deviceCount int }