Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update to header 1.4.304 #257

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading