Permalink
Browse files

header: Update to 1.0.48 Vulkan version

- updated include/vulkan/vulkan.h
- updated scripts/vk.xml
- updated layers json files
- updated tests json files
- updated vulkan.hpp

Change-Id: I90407d181ad6a4652e1d1f210ee9b9d21c7857b0
  • Loading branch information...
1 parent 55edfeb commit 10ca75ff2817391b4fdaa4f8633761ead2c8ebe2 @mark-lunarg mark-lunarg committed Apr 17, 2017
View
@@ -43,7 +43,7 @@ extern "C" {
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
#define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff)
// Version of this file
-#define VK_HEADER_VERSION 47
+#define VK_HEADER_VERSION 48
#define VK_NULL_HANDLE 0
@@ -42,7 +42,7 @@
# include <vector>
#endif /*VULKAN_HPP_DISABLE_ENHANCED_MODE*/
-static_assert( VK_HEADER_VERSION == 47 , "Wrong VK_HEADER_VERSION!" );
+static_assert( VK_HEADER_VERSION == 48 , "Wrong VK_HEADER_VERSION!" );
// 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default.
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_core_validation",
"type": "GLOBAL",
"library_path": "./libVkLayer_core_validation.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_object_tracker",
"type": "GLOBAL",
"library_path": "./libVkLayer_object_tracker.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_parameter_validation",
"type": "GLOBAL",
"library_path": "./libVkLayer_parameter_validation.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_swapchain",
"type": "GLOBAL",
"library_path": "./libVkLayer_swapchain.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_GOOGLE_threading",
"type": "GLOBAL",
"library_path": "./libVkLayer_threading.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "Google Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_GOOGLE_unique_objects",
"type": "GLOBAL",
"library_path": "./libVkLayer_unique_objects.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "Google Validation Layer"
}
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_core_validation",
"type": "GLOBAL",
"library_path": ".\\VkLayer_core_validation.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_object_tracker",
"type": "GLOBAL",
"library_path": ".\\VkLayer_object_tracker.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_parameter_validation",
"type": "GLOBAL",
"library_path": ".\\VkLayer_parameter_validation.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_swapchain",
"type": "GLOBAL",
"library_path": ".\\VkLayer_swapchain.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_GOOGLE_threading",
"type": "GLOBAL",
"library_path": ".\\VkLayer_threading.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "Google Validation Layer",
"instance_extensions": [
@@ -4,7 +4,7 @@
"name": "VK_LAYER_GOOGLE_unique_objects",
"type": "GLOBAL",
"library_path": ".\\VkLayer_unique_objects.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "Google Validation Layer"
}
View
@@ -112,7 +112,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project.
<type category="define">// Vulkan 1.0 version number
#define <name>VK_API_VERSION_1_0</name> <type>VK_MAKE_VERSION</type>(1, 0, 0)</type> <!-- The patch version here should never be set to anything other than 0 -->
<type category="define">// Version of this file
-#define <name>VK_HEADER_VERSION</name> 47</type>
+#define <name>VK_HEADER_VERSION</name> 48</type>
<type category="define">
#define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_test",
"type": "GLOBAL",
"library_path": "./libVkLayer_test.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Test Layer",
"enable_environment": {
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_wrap_objects",
"type": "GLOBAL",
"library_path": "./libVkLayer_wrap_objects.so",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Dispatchable Object Wrapping Layer"
}
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_test",
"type": "GLOBAL",
"library_path": ".\\libVkLayer_test.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Test Layer",
"enable_environment": {
@@ -4,7 +4,7 @@
"name": "VK_LAYER_LUNARG_wrap_objects",
"type": "GLOBAL",
"library_path": ".\\VkLayer_wrap_objects.dll",
- "api_version": "1.0.47",
+ "api_version": "1.0.48",
"implementation_version": "1",
"description": "LunarG Dispatchable Object Wrapping Layer"
}

0 comments on commit 10ca75f

Please sign in to comment.