From bf56443a1e5f9b1f0de854aac3f24c10c62d0ea5 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 10 Dec 2015 16:41:22 -0700 Subject: debug_report: Update extension name --- include/vulkan/vk_ext_debug_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/vulkan/vk_ext_debug_report.h b/include/vulkan/vk_ext_debug_report.h index a22559fd..2abba1fe 100644 --- a/include/vulkan/vk_ext_debug_report.h +++ b/include/vulkan/vk_ext_debug_report.h @@ -119,7 +119,7 @@ typedef struct VkDebugReportCallbackCreateInfoEXT { } VkDebugReportCallbackCreateInfoEXT; #define VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT ((VkStructureType) 1000010000) -#define VK_ERROR_VALIDATION_FAILED ((VkResult) -1000010001) +#define VK_ERROR_VALIDATION_FAILED_EXT ((VkResult) -1000010001) typedef VkResult (VKAPI_PTR *PFN_vkCreateDebugReportCallbackEXT)(VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback); typedef void (VKAPI_PTR *PFN_vkDestroyDebugReportCallbackEXT)(VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator); -- cgit v1.2.3