diff options
| author | Courtney Goeltzenleuchter <courtneygo@google.com> | 2015-12-10 16:41:22 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 11:26:03 -0700 |
| commit | bf56443a1e5f9b1f0de854aac3f24c10c62d0ea5 (patch) | |
| tree | 21c5a6f8aac72a39ca043d6b116c2eb148069eba /include/vulkan | |
| parent | 0f060df145d1a612dfa4c07c16d3aeada75d46f3 (diff) | |
| download | usermoji-bf56443a1e5f9b1f0de854aac3f24c10c62d0ea5.tar.xz | |
debug_report: Update extension name
Diffstat (limited to 'include/vulkan')
| -rw-r--r-- | include/vulkan/vk_ext_debug_report.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
