-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Improve wording of OpenGL support on desktop platforms. #9945
Conversation
@@ -228,8 +228,8 @@ support Vulkan. OpenGL 3.3 Core Profile is used on desktop platforms to run this | |||
driver, as most graphics drivers on desktop don't support OpenGL ES. | |||
WebGL 2.0 is used for web exports. | |||
|
|||
It is possible to use the use of OpenGL ES 3.0 directly on desktop platforms | |||
using the ``--rendering-driver opengl3_es`` command line argument, although this | |||
It is possible to use OpenGL ES 3.0 directly on desktop platforms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's only supposed on Linux, not on all desktop platforms. Windows and macOS can use GLES over Angle, but not directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, open source (Mesa) Linux drivers have support for it but Windows/macOS drivers don't. There is no visual difference either way between OpenGL ES and desktop OpenGL on Linux drivers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Congratulations for your first merged pull request 🎉
Cherrypicked to 4.3 in #10347. |
No description provided.