OpenGL ES instead of OpenGL.
GLArea.useEs
bool useEs() @property nothrowGet useEs property.
Returns
If set to true the widget will try to create a gdk.glcontext.GLContext using
Deprecated
void useEs(bool propval) @property nothrowSet useEs property.
Parameters
propval | If set to true the widget will try to create a gdk.glcontext.GLContext using OpenGL ES instead of OpenGL. |