Skip to content

Commit 10ca75f

Browse files
committed
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
1 parent 55edfeb commit 10ca75f

19 files changed

+19
-19
lines changed

include/vulkan/vulkan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#define VK_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3ff)
4444
#define VK_VERSION_PATCH(version) ((uint32_t)(version) & 0xfff)
4545
// Version of this file
46-
#define VK_HEADER_VERSION 47
46+
#define VK_HEADER_VERSION 48
4747

4848

4949
#define VK_NULL_HANDLE 0

include/vulkan/vulkan.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# include <vector>
4343
#endif /*VULKAN_HPP_DISABLE_ENHANCED_MODE*/
4444

45-
static_assert( VK_HEADER_VERSION == 47 , "Wrong VK_HEADER_VERSION!" );
45+
static_assert( VK_HEADER_VERSION == 48 , "Wrong VK_HEADER_VERSION!" );
4646

4747
// 32-bit vulkan is not typesafe for handles, so don't allow copy constructors on this platform by default.
4848
// To enable this feature on 32-bit platforms please define VULKAN_HPP_TYPESAFE_CONVERSION

layers/linux/VkLayer_core_validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_core_validation",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_core_validation.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_object_tracker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_object_tracker",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_object_tracker.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_parameter_validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_parameter_validation",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_parameter_validation.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_swapchain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_swapchain",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_swapchain.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_threading.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_GOOGLE_threading",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_threading.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "Google Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_unique_objects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_GOOGLE_unique_objects",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_unique_objects.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "Google Validation Layer"
1010
}

layers/windows/VkLayer_core_validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_core_validation",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_core_validation.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/windows/VkLayer_object_tracker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_object_tracker",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_object_tracker.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/windows/VkLayer_parameter_validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_parameter_validation",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_parameter_validation.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/windows/VkLayer_swapchain.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_swapchain",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_swapchain.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/windows/VkLayer_threading.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_GOOGLE_threading",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_threading.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "Google Validation Layer",
1010
"instance_extensions": [

layers/windows/VkLayer_unique_objects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_GOOGLE_unique_objects",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_unique_objects.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "Google Validation Layer"
1010
}

scripts/vk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ maintained in the master branch of the Khronos Vulkan GitHub project.
112112
<type category="define">// Vulkan 1.0 version number
113113
#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 -->
114114
<type category="define">// Version of this file
115-
#define <name>VK_HEADER_VERSION</name> 47</type>
115+
#define <name>VK_HEADER_VERSION</name> 48</type>
116116

117117
<type category="define">
118118
#define <name>VK_DEFINE_HANDLE</name>(object) typedef struct object##_T* object;</type>

tests/layers/linux/VkLayer_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_test",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_test.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Test Layer",
1010
"enable_environment": {

tests/layers/linux/VkLayer_wrap_objects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_wrap_objects",
55
"type": "GLOBAL",
66
"library_path": "./libVkLayer_wrap_objects.so",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Dispatchable Object Wrapping Layer"
1010
}

tests/layers/windows/VkLayer_test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_test",
55
"type": "GLOBAL",
66
"library_path": ".\\libVkLayer_test.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Test Layer",
1010
"enable_environment": {

tests/layers/windows/VkLayer_wrap_objects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "VK_LAYER_LUNARG_wrap_objects",
55
"type": "GLOBAL",
66
"library_path": ".\\VkLayer_wrap_objects.dll",
7-
"api_version": "1.0.47",
7+
"api_version": "1.0.48",
88
"implementation_version": "1",
99
"description": "LunarG Dispatchable Object Wrapping Layer"
1010
}

0 commit comments

Comments
 (0)