Skip to content

Commit ceab0a9

Browse files
committed
build: Update to header 1.3.301
1 parent e94085e commit ceab0a9

5 files changed

+24
-3
lines changed

icd/VkICD_mock_icd.json.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"file_format_version": "1.0.1",
33
"ICD": {
44
"library_path": "@JSON_LIBRARY_PATH@",
5-
"api_version": "1.3.300"
5+
"api_version": "1.3.301"
66
}
77
}

icd/generated/function_declarations.h

+2
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ static const std::unordered_map<std::string, uint32_t> device_extension_map = {
415415
{"VK_EXT_device_generated_commands", 1},
416416
{"VK_MESA_image_alignment_control", 1},
417417
{"VK_EXT_depth_clamp_control", 1},
418+
{"VK_HUAWEI_hdr_vivid", 1},
418419
{"VK_NV_cooperative_matrix2", 1},
419420
};
420421

@@ -4470,6 +4471,7 @@ static VKAPI_ATTR void VKAPI_CALL UpdateIndirectExecutionSetShaderEXT(
44704471

44714472

44724473

4474+
44734475
static VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV(
44744476
VkPhysicalDevice physicalDevice,
44754477
uint32_t* pPropertyCount,

icd/generated/function_definitions.h

+1
Original file line numberDiff line numberDiff line change
@@ -7761,6 +7761,7 @@ static VKAPI_ATTR void VKAPI_CALL UpdateIndirectExecutionSetShaderEXT(
77617761

77627762

77637763

7764+
77647765
static VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceCooperativeMatrixFlexibleDimensionsPropertiesNV(
77657766
VkPhysicalDevice physicalDevice,
77667767
uint32_t* pPropertyCount,

icd/generated/vk_typemap_helper.h

+18
Original file line numberDiff line numberDiff line change
@@ -8424,6 +8424,24 @@ template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_DEPTH_CLAMP_C
84248424
typedef VkPipelineViewportDepthClampControlCreateInfoEXT Type;
84258425
};
84268426

8427+
// Map type VkPhysicalDeviceHdrVividFeaturesHUAWEI to id VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HDR_VIVID_FEATURES_HUAWEI
8428+
template <> struct LvlTypeMap<VkPhysicalDeviceHdrVividFeaturesHUAWEI> {
8429+
static const VkStructureType kSType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HDR_VIVID_FEATURES_HUAWEI;
8430+
};
8431+
8432+
template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HDR_VIVID_FEATURES_HUAWEI> {
8433+
typedef VkPhysicalDeviceHdrVividFeaturesHUAWEI Type;
8434+
};
8435+
8436+
// Map type VkHdrVividDynamicMetadataHUAWEI to id VK_STRUCTURE_TYPE_HDR_VIVID_DYNAMIC_METADATA_HUAWEI
8437+
template <> struct LvlTypeMap<VkHdrVividDynamicMetadataHUAWEI> {
8438+
static const VkStructureType kSType = VK_STRUCTURE_TYPE_HDR_VIVID_DYNAMIC_METADATA_HUAWEI;
8439+
};
8440+
8441+
template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_HDR_VIVID_DYNAMIC_METADATA_HUAWEI> {
8442+
typedef VkHdrVividDynamicMetadataHUAWEI Type;
8443+
};
8444+
84278445
// Map type VkCooperativeMatrixFlexibleDimensionsPropertiesNV to id VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_FLEXIBLE_DIMENSIONS_PROPERTIES_NV
84288446
template <> struct LvlTypeMap<VkCooperativeMatrixFlexibleDimensionsPropertiesNV> {
84298447
static const VkStructureType kSType = VK_STRUCTURE_TYPE_COOPERATIVE_MATRIX_FLEXIBLE_DIMENSIONS_PROPERTIES_NV;

scripts/known_good.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sub_dir": "Vulkan-Headers",
88
"build_dir": "Vulkan-Headers/build",
99
"install_dir": "Vulkan-Headers/build/install",
10-
"commit": "v1.3.300"
10+
"commit": "v1.3.301"
1111
},
1212
{
1313
"name": "MoltenVK",
@@ -74,7 +74,7 @@
7474
"cmake_options": [
7575
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
7676
],
77-
"commit": "v1.3.300",
77+
"commit": "v1.3.301",
7878
"build_platforms": [
7979
"windows",
8080
"linux",

0 commit comments

Comments
 (0)