aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIan Elliott <ian@lunarg.com>2015-09-04 14:14:35 -0600
committerIan Elliott <ian@lunarg.com>2015-09-04 14:58:10 -0600
commit0a7210571ec632c2b5073e5c39641c406afda018 (patch)
tree90483aa7e14bdd0f9f606536409154b528c5bd97 /include
parentdf14cac5b1ddd54c37db74cbea5d8a32f4022d74 (diff)
downloadusermoji-0a7210571ec632c2b5073e5c39641c406afda018.tar.xz
All extensions single revision number instead of major.minor.patch
This was decided during the August face-to-face. Originally, the WSI extensions did it the normal OpenGL way (single revision number), and the debug extensions did it the new major.minor.patch way. When I tried to convert WSI, an objection was raised. We decided to go with the OpenGL way. This commit also changes vulkaninfo to report the single revision number. This commit also changes the extension "number" assigned to the 2 debug extensions, basd on a "registration" email that Ian Elliott sent to Jon Leech on 21 August, 2015. The initial set of "registered" extensions are (with their numbers): 1.VK_EXT_KHR_swapchain 2.VK_EXT_KHR_device_swapchain 3.VK_EXT_KHR_display 4.VK_EXT_KHR_display_swapchain 5.VK_EXT_LUNARG_debug_report 6.VK_EXT_LUNARG_debug_marker
Diffstat (limited to 'include')
-rw-r--r--include/vk_debug_marker_lunarg.h4
-rw-r--r--include/vk_debug_report_lunarg.h4
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"
{