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

Fix OpenGL Core renderer on macOS #2199

Merged
merged 1 commit into from Mar 6, 2022
Merged

Conversation

Copy link
Contributor

@ts-korhonen ts-korhonen commented Mar 6, 2022

Summary

MacOS will use OpenGL 2.1 unless specifically requested for OpenGL 4.1.
Shader language version is now set to what is reported by the driver for best compatibility.

Checklist

References

Provide links to datasheets or other documentation that helped you implement this pull request.

MacOS will use OpenGL 2.1 unless requested 4.1 core. Shader language
version is now set to what is reported by the driver.
@OBattler OBattler merged commit eb8cd14 into 86Box:master Mar 6, 2022
28 of 38 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.

None yet

2 participants