How can I call glGetString(GL_RENDERER) without creating a window?
Posted by Agnes on Jun 02, 2013; 10:17am
URL: https://forum.jogamp.org/How-can-I-call-glGetString-GL-RENDERER-without-creating-a-window-tp4029296.html
I want to get the renderer name, but I do not want to create a frame and and render an image - but it seems that is the only way to get hold of a GL2 instance.
Is there a way?
Best regards,
Agnes