I guess that leaves me with two questions then.
Is the GL context still set after createDeviceEx is called?
Search found 2 matches
- Sun Jun 12, 2016 3:45 pm
- Forum: Advanced Help
- Topic: Get GL_RENDERER string without calling OpenGL
- Replies: 2
- Views: 1134
- Sat Jun 11, 2016 2:10 am
- Forum: Advanced Help
- Topic: Get GL_RENDERER string without calling OpenGL
- Replies: 2
- Views: 1134
Get GL_RENDERER string without calling OpenGL
I'm writing platform independent code where I want to be able to get the full vendor string and put it into a native UI element.
I have found that I can access GL_VENDOR using irrDevice->getVideoDriver()->getVendorInfo().c_str()
Is it possible to do something like this using GL_RENDERER? Looking ...
I have found that I can access GL_VENDOR using irrDevice->getVideoDriver()->getVendorInfo().c_str()
Is it possible to do something like this using GL_RENDERER? Looking ...