Skip to content

Commit 4639438

Browse files
committed
build: Update to header 1.4.304
1 parent 2744de9 commit 4639438

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4.303"
5+
"api_version": "1.4.304"
66
}
77
}

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.4.303"
10+
"commit": "v1.4.304"
1111
},
1212
{
1313
"name": "MoltenVK",
@@ -74,7 +74,7 @@
7474
"cmake_options": [
7575
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
7676
],
77-
"commit": "v1.4.303",
77+
"commit": "v1.4.304",
7878
"build_platforms": [
7979
"windows",
8080
"linux",

vulkaninfo/generated/vulkaninfo.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ std::string VkDriverIdString(VkDriverId value) {
100100
case (VK_DRIVER_ID_MESA_NVK): return "DRIVER_ID_MESA_NVK";
101101
case (VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA): return "DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA";
102102
case (VK_DRIVER_ID_MESA_HONEYKRISP): return "DRIVER_ID_MESA_HONEYKRISP";
103-
case (VK_DRIVER_ID_RESERVED_27): return "DRIVER_ID_RESERVED_27";
103+
case (VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN): return "DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN";
104104
default: return std::string("UNKNOWN_VkDriverId_value") + std::to_string(value);
105105
}
106106
}

0 commit comments

Comments
 (0)