3 #include <kiba/core/types.h>
4 #include <vulkan/vulkan.h>
9 PFN_vkSetDebugUtilsObjectNameEXT setDebugUtilsObjectName;
10 PFN_vkCmdBeginDebugUtilsLabelEXT cmdBeginDebugUtilsLabel;
11 PFN_vkCmdEndDebugUtilsLabelEXT cmdEndDebugUtilsLabel;
12 PFN_vkCmdInsertDebugUtilsLabelEXT cmdInsertDebugUtilsLabel;
16 b8 vk_instance_initialize(
void);
17 void vk_instance_shutdown(
void);