Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Can I dynamically choose ANGEL or native OpenGL

$
0
0
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 :)

Viewing all articles
Browse latest Browse all 18427

Trending Articles