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

Updates and tweaks for iOS builds #202

Merged
merged 10 commits into from
Apr 12, 2024

Conversation

richard-lunarg
Copy link
Contributor

I update the iOS build on the App store every SDK release. Recently, the new iOS versions have started causing problems with the Qt frameworks signals and slots mechanism. These issues are not happening on the desktop, but it has become necessary to make most connections explicitly "Qt::QueuedConnection" or else the GUI freezes up.

I also updated the code to use the newer VK_EXT_metal_surface extension, which is available on both macOS desktop and iOS devices.

@SaschaWillems SaschaWillems merged commit 3fbd60d into SaschaWillems:master Apr 12, 2024
5 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.

2 participants