From a59efa7391bf9bf631ac875348ba7873723ea469 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 30 Jul 2015 11:32:46 -0600 Subject: xchange-93: Use VK_ prefix on DEBUG_REPORT_..._NAME Use the Vulkan namespace (VK_ prefix) on DEBUG_REPORT_EXTENSION_NAME This resolves LunarXchange bug #93. https://vulkan.lunarg.com/app/issues/55b76ae37ef24d0001000070 --- include/vk_debug_report_lunarg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h index af4dc843..633b50da 100644 --- a/include/vk_debug_report_lunarg.h +++ b/include/vk_debug_report_lunarg.h @@ -157,7 +157,7 @@ static inline const char* string_VkDbgObjectType(VkDbgObjectType input_value) return "Unhandled VkObjectType"; } } -#define DEBUG_REPORT_EXTENSION_NAME "DEBUG_REPORT" +#define VK_DEBUG_REPORT_EXTENSION_NAME "DEBUG_REPORT" VK_DEFINE_NONDISP_HANDLE(VkDbgMsgCallback) -- cgit v1.2.3