From f2e38a1b4eb3cd7b4b92a8889577dc04c45a2104 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Thu, 17 Dec 2015 14:27:03 -0700 Subject: layers: bump debug_report version number --- include/vulkan/vk_ext_debug_report.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') 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__ -- cgit v1.2.3