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