diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-12-17 14:27:03 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-12-17 14:27:03 -0700 |
| commit | f2e38a1b4eb3cd7b4b92a8889577dc04c45a2104 (patch) | |
| tree | 192d43dcaff5f8e29bb7a016c689c0ae08ac9b6c /include | |
| parent | 92b187af2863287ea3a5a73d42f36042287f863b (diff) | |
| download | usermoji-f2e38a1b4eb3cd7b4b92a8889577dc04c45a2104.tar.xz | |
layers: bump debug_report version number
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan/vk_ext_debug_report.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vulkan/vk_ext_debug_report.h b/include/vulkan/vk_ext_debug_report.h index 2abba1fe..3b123742 100644 --- a/include/vulkan/vk_ext_debug_report.h +++ b/include/vulkan/vk_ext_debug_report.h @@ -30,8 +30,7 @@ * */ -#ifndef __VK_LUNARG_DEBUG_REPORT_H__ -#define __VK_LUNARG_DEBUG_REPORT_H__ +#pragma once #include "vulkan/vulkan.h" @@ -48,7 +47,7 @@ extern "C" #define VK_EXT_debug_report 1 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkDebugReportCallbackEXT) -#define VK_EXT_DEBUG_REPORT_REVISION 1 +#define VK_EXT_DEBUG_REPORT_REVISION 2 #define VK_EXT_DEBUG_REPORT_EXTENSION_NUMBER 11 #define VK_EXT_DEBUG_REPORT_EXTENSION_NAME "VK_EXT_debug_report" @@ -152,4 +151,3 @@ VKAPI_ATTR void VKAPI_CALL vkDebugReportMessageEXT( } // extern "C" #endif // __cplusplus -#endif // __VK_LUNARG_DEBUG_REPORT_H__ |
