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

Allow incorrect glutin config depth == total bits #8

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

alexheretic
Copy link
Owner

PR allows macos software renderer config depth incorrect config value to allow that to work.

See rust-windowing/glutin#1659

Macos vm reports incorrect depth_size = 32, instead of 24.

// macos vm the only Config
config.depth_size() = 32
config.stencil_size() = 8

@alexheretic alexheretic merged commit 2b32260 into main Dec 23, 2023
2 checks passed
@alexheretic alexheretic deleted the fix-macos-software branch December 23, 2023 08:50
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.

1 participant