Mesa (refs/tags/vulkan-header-0.130.0): vk/0.130: Bump header version to 0.130

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 29 22:57:08 UTC 2020


Module: Mesa
Branch: refs/tags/vulkan-header-0.130.0
Commit: 1c4238a8e50e10faf6034069bc0262d18ebcf797
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c4238a8e50e10faf6034069bc0262d18ebcf797

Author: Chad Versace <chad.versace at intel.com>
Date:   Fri Jul 10 20:06:09 2015 -0700

vk/0.130: Bump header version to 0.130

All APIs have been updated. This eliminates the diff between the
work-in-progress header and the 0.130 header.

---

 include/vulkan/vulkan.h | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h
index 805e03680e7..75ae36766a6 100644
--- a/include/vulkan/vulkan.h
+++ b/include/vulkan/vulkan.h
@@ -28,14 +28,21 @@ extern "C" {
 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
 */
 
+/*
+** This header is generated from the Khronos Vulkan XML API Registry.
+**
+** Generated on date 20150620 
+*/
+
 
+#define VK_VERSION_1_0 1
 #include "vk_platform.h"
 
 #define VK_MAKE_VERSION(major, minor, patch) \
     ((major << 22) | (minor << 12) | patch)
 
 // Vulkan API version supported by this file
-#define VK_API_VERSION VK_MAKE_VERSION(0, 90, 0)
+#define VK_API_VERSION VK_MAKE_VERSION(0, 130, 0)
 
 #if defined (__cplusplus) && (VK_UINTPTRLEAST64_MAX == UINTPTR_MAX)
     #define VK_TYPE_SAFE_COMPATIBLE_HANDLES 1



More information about the mesa-commit mailing list