GLArea.setUseEs
void setUseEs(bool useEs)Sets whether the area should create an OpenGL or an OpenGL ES context.
You should check the capabilities of the #GdkGLContext before drawing with either API.
Parameters
useEs | whether to use OpenGL or OpenGL ES |