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

winit: Fall back to any renderer if the default fails #2907

Merged
merged 2 commits into from Jun 16, 2023

Conversation

tronical
Copy link
Member

Fixes #2903

On Windows without OpenGL, wgl might succeed all the way, but get_proc_address will fail.
internal/backends/winit/lib.rs Outdated Show resolved Hide resolved
@tronical tronical merged commit 74ae79b into master Jun 16, 2023
3 checks passed
@tronical tronical deleted the simon/winit-fallback branch June 16, 2023 10:52
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.

Program crashes when GPU rendering cannot be initialized
2 participants