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 }