-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[qt-base] Use opengl dynamic configuration #6503
Conversation
Hi @andrm Thanks for your contribution!
You should wrap the relevant code inside an if block like this
|
What is Qt default here? I would prefer to use the default and have whatever is not the default be a feature flag. |
Thank you very much for the quick responses and critques. I will re-work the PR. |
Ok, done. |
I think I've addressed all issues, can you please re-check the PR? |
Thanks for the PR! |
This setting lets Qt use the ANGLE library and makes rendering on DirectX / Direct3D possible. OpenGL backends are switchable at runtime.