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

Update the instance extensions list for WSI #1875

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

xbohdan
Copy link
Contributor

@xbohdan xbohdan commented May 18, 2024

The VK_MVK_ios_surface and VK_MVK_macos_surface extensions have been deprecated by the VK_EXT_metal_surface extension.
The VK_KHR_mir_surface extension has been removed from the Vulkan specification and, therefore, should not be used.

#elif defined( VK_USE_PLATFORM_MIR_KHR )
extensions.push_back( VK_KHR_MIR_SURFACE_EXTENSION_NAME );
#elif defined( VK_USE_PLATFORM_METAL_EXT )
extensions.push_back( VK_EXT_METAL_SURFACE_EXTENSION_NAME );
Copy link
Contributor

Choose a reason for hiding this comment

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

could you use spaces like in the rest of the file?

@asuessenbach
Copy link
Contributor

@cutieskye Would you mind to rebase your PR to resolve the failing CI on Ubuntu?

The VK_MVK_ios_surface and VK_MVK_macos_surface extensions have been
deprecated by the VK_EXT_metal_surface extension.
The VK_KHR_mir_surface extension has been removed from the Vulkan
specification and, therefore, should not be used.
@asuessenbach
Copy link
Contributor

Thanks a lot for your help!

@asuessenbach asuessenbach merged commit dceddb7 into KhronosGroup:main Jun 19, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants