fix build

This commit is contained in:
pufferffish 2024-06-15 12:06:43 +01:00
parent 18f3f960b0
commit 38466f1821
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ type oneapiHandles struct {
}
type vulkanHandles struct {
vulkan *C.vulkan_handle_t
vulkan *C.vk_handle_t
deviceCount int
}