diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/vk_debug_marker_lunarg.h | 4 | ||||
| -rw-r--r-- | include/vk_debug_report_lunarg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/include/vk_debug_marker_lunarg.h b/include/vk_debug_marker_lunarg.h index 526778f5..c4579597 100644 --- a/include/vk_debug_marker_lunarg.h +++ b/include/vk_debug_marker_lunarg.h @@ -34,8 +34,8 @@ #include "vulkan.h" #include "vk_debug_report_lunarg.h" -#define VK_DEBUG_MARKER_EXTENSION_NUMBER 3 -#define VK_DEBUG_MARKER_EXTENSION_VERSION VK_MAKE_VERSION(0, 1, 0) +#define VK_DEBUG_MARKER_EXTENSION_NUMBER 6 +#define VK_DEBUG_MARKER_EXTENSION_REVISION 1 #ifdef __cplusplus extern "C" { diff --git a/include/vk_debug_report_lunarg.h b/include/vk_debug_report_lunarg.h index eeb84251..7131ae3b 100644 --- a/include/vk_debug_report_lunarg.h +++ b/include/vk_debug_report_lunarg.h @@ -34,8 +34,8 @@ #include "vulkan.h" -#define VK_DEBUG_REPORT_EXTENSION_NUMBER 2 -#define VK_DEBUG_REPORT_EXTENSION_VERSION VK_MAKE_VERSION(0, 1, 0) +#define VK_DEBUG_REPORT_EXTENSION_NUMBER 5 +#define VK_DEBUG_REPORT_EXTENSION_REVISION 1 #ifdef __cplusplus extern "C" { |
