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

Externals / Vulkan: update Vulkan headers to v1.3.204 #10404

Merged
merged 1 commit into from Feb 4, 2022

Conversation

iwubcode
Copy link
Contributor

@iwubcode iwubcode commented Jan 29, 2022

This updates our vulkan headers since they were quite out of date. The only change to our code is that the swap chain default present mode was referencing an invalid enumeration. I picked one, it shouldn't matter since we deduce the present mode on creation.

(headers were pulled from the include folder from here: https://github.com/KhronosGroup/Vulkan-Headers/releases/tag/v1.3.204 ).

Copy link
Member

@OatmealDome OatmealDome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch on the invalid VkPresentModeKHR enum.

@lioncash lioncash merged commit 40cda23 into dolphin-emu:master Feb 4, 2022
@iwubcode iwubcode deleted the vulkan_headers_update branch February 4, 2022 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants