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 7f87386 commit 5a88b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/vulkan/vk_enum_string_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3688,8 +3688,8 @@ static inline const char* string_VkDriverId(VkDriverId input_value) {
return "VK_DRIVER_ID_IMAGINATION_OPEN_SOURCE_MESA";
case VK_DRIVER_ID_MESA_HONEYKRISP:
return "VK_DRIVER_ID_MESA_HONEYKRISP";
case VK_DRIVER_ID_RESERVED_27:
return "VK_DRIVER_ID_RESERVED_27";
case VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN:
return "VK_DRIVER_ID_VULKAN_SC_EMULATION_ON_VULKAN";
default:
return "Unhandled VkDriverId";
}
Expand Down
2 changes: 1 addition & 1 deletion 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": "googletest",
Expand Down

0 comments on commit 5a88b60

Please sign in to comment.