I’m On Windows, and I’m mainly using QtQuick2.
When configure, we can choose whether to use ANGEL or use native OpenGL.
If I configure Qt using -opengl desktop, Qt will use native OpenGL driver. If without that option, Qt will use the ANGLE-library to translate OpenGL calls into DirectX.
My question is:
Can I dynamically choose ANGEL or native OpenGL? I prefer native OpenGL, but if the graphic card of some user do not support OpenGL 2.1 or higher, I would like to run my application with ANGEL.
Can this be achieved ?
Thank you :)
↧