diff --git a/ref_vk/vk_core.h b/ref_vk/vk_core.h index 4fd1be4e..bf3a896f 100644 --- a/ref_vk/vk_core.h +++ b/ref_vk/vk_core.h @@ -49,7 +49,7 @@ typedef struct vulkan_core_s { VkInstance instance; VkDebugUtilsMessengerEXT debug_messenger; - byte *pool; + poolhandle_t pool; // TODO store important capabilities that affect render code paths // (as rtx, dedicated gpu memory, bindless, etc) separately in a struct