Skip to content

Commit

Permalink
build: Update to header 1.4.304
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-lunarg committed Dec 20, 2024
1 parent 2744de9 commit 4639438
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icd/VkICD_mock_icd.json.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"file_format_version": "1.0.1",
"ICD": {
"library_path": "@JSON_LIBRARY_PATH@",
"api_version": "1.4.303"
"api_version": "1.4.304"
}
}
4 changes: 2 additions & 2 deletions scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.4.303"
"commit": "v1.4.304"
},
{
"name": "MoltenVK",
Expand Down Expand Up @@ -74,7 +74,7 @@
"cmake_options": [
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
],
"commit": "v1.4.303",
"commit": "v1.4.304",
"build_platforms": [
"windows",
"linux",
Expand Down
2 changes: 1 addition & 1 deletion vulkaninfo/generated/vulkaninfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ std::string VkDriverIdString(VkDriverId value) {
case (VK_DRIVER_ID_MESA_NVK): return "DRIVER_ID_MESA_NVK";
case (VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA): return "DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA";
case (VK_DRIVER_ID_MESA_HONEYKRISP): return "DRIVER_ID_MESA_HONEYKRISP";
case (VK_DRIVER_ID_RESERVED_27): return "DRIVER_ID_RESERVED_27";
case (VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN): return "DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN";
default: return std::string("UNKNOWN_VkDriverId_value") + std::to_string(value);
}
}
Expand Down

0 comments on commit 4639438

Please sign in to comment.