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

SDL: Fix some startup issues and EGL #11144

Merged
merged 3 commits into from
Jun 6, 2018
Merged

Conversation

unknownbrackets
Copy link
Collaborator

Found by @hissingshark in #10534. Figured it was good to at least get this part fixed to avoid confusion and weird hacks.

Also fixes #11108 since the resize flag was missing on Vulkan.

-[Unknown]

Thanks go to hissingshark.
Also, allow resize for Vulkan outside mobile.

Thanks go to hissingshark.
It should really be cleaned up, but I'm not sure if EGL_Open can be
moved later and don't currently have a setup to test, so I'm just
cargo culting.
@unknownbrackets unknownbrackets changed the title SDL: Fix some startup issues SDL: Fix some startup issues and EGL Jun 6, 2018
@hrydgard
Copy link
Owner

hrydgard commented Jun 6, 2018

Here's another place where I think we need to re-indent :)

Anyway, I'll start the 1.7 merges with this one.

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.

On Linux SDL, cannot adjust window size in Vulkan Renderer
2 participants