2 #include <vulkan/vulkan_core.h>
4 const char * vk_Result_to_str(VkResult input
)
7 sprintf(buf
, "%ld", input
);
10 const char *vk_ObjectType_to_ObjectName(VkObjectType type
)
13 sprintf(buf
, "0x%lx", type
);
16 const char *vk_ObjectType_to_str(VkObjectType type
)
19 sprintf(buf
, "0x%lx", type
);