Skip to content
This repository was archived by the owner on Jul 19, 2018. It is now read-only.

Commit 61e2b05

Browse files
committed
header: Update to version 1.0.62 of the Vulkan hdr
- updated vulkan.h - updated vk.xml - updated Win/Lin .json files - updated vuid_mapping.py - updated vk_validation_error_database.txt - updated vk_validation _error_messages.h - updated vulkan.hpp Change-Id: I82eb3db55d301af3a11ffbb12411cc2df7c31807
1 parent 68df2c9 commit 61e2b05

18 files changed

Lines changed: 706 additions & 549 deletions

include/vulkan/vulkan.h

Lines changed: 7 additions & 2 deletions
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 61
46+
#define VK_HEADER_VERSION 62
4747

4848

4949
#define VK_NULL_HANDLE 0
@@ -5486,6 +5486,11 @@ typedef struct VkTextureLODGatherFormatPropertiesAMD {
54865486

54875487

54885488

5489+
#define VK_AMD_shader_image_load_store_lod 1
5490+
#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_SPEC_VERSION 1
5491+
#define VK_AMD_SHADER_IMAGE_LOAD_STORE_LOD_EXTENSION_NAME "VK_AMD_shader_image_load_store_lod"
5492+
5493+
54895494
#define VK_KHX_multiview 1
54905495
#define VK_KHX_MULTIVIEW_SPEC_VERSION 1
54915496
#define VK_KHX_MULTIVIEW_EXTENSION_NAME "VK_KHX_multiview"
@@ -6647,7 +6652,7 @@ typedef struct VkRenderPassSampleLocationsBeginInfoEXT {
66476652
uint32_t attachmentInitialSampleLocationsCount;
66486653
const VkAttachmentSampleLocationsEXT* pAttachmentInitialSampleLocations;
66496654
uint32_t postSubpassSampleLocationsCount;
6650-
const VkSubpassSampleLocationsEXT* pSubpassSampleLocations;
6655+
const VkSubpassSampleLocationsEXT* pPostSubpassSampleLocations;
66516656
} VkRenderPassSampleLocationsBeginInfoEXT;
66526657

66536658
typedef struct VkPipelineSampleLocationsStateCreateInfoEXT {

include/vulkan/vulkan.hpp

Lines changed: 274 additions & 254 deletions
Large diffs are not rendered by default.

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.61",
7+
"api_version": "1.0.62",
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.61",
7+
"api_version": "1.0.62",
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.61",
7+
"api_version": "1.0.62",
88
"implementation_version": "1",
99
"description": "LunarG Validation Layer",
1010
"instance_extensions": [

layers/linux/VkLayer_standard_validation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"layer": {
44
"name": "VK_LAYER_LUNARG_standard_validation",
55
"type": "GLOBAL",
6-
"api_version": "1.0.61",
6+
"api_version": "1.0.62",
77
"implementation_version": "1",
88
"description": "LunarG Standard Validation",
99
"component_layers": [

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.61",
7+
"api_version": "1.0.62",
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.61",
7+
"api_version": "1.0.62",
88
"implementation_version": "1",
99
"description": "Google Validation Layer"
1010
}

layers/vk_validation_error_database.txt

Lines changed: 122 additions & 105 deletions
Large diffs are not rendered by default.

layers/vk_validation_error_messages.h

Lines changed: 137 additions & 103 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)