summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-12-17 14:27:03 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-17 14:27:03 -0700
commit20bd97cc062f49d445d10d65f721b62b8c46e04c (patch)
tree278013d1a50708389634747e33b221b4a6fe2806 /include
parent5c22cb64f67dfa6d4a799dbcc0bcf9634d999dab (diff)
layers: bump debug_report version number
Diffstat (limited to 'include')
-rw-r--r--include/vulkan/vk_ext_debug_report.h6
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__