Cogl.GLES2Context

const Cogl = imports.gi.Cogl;

let gLES2Context = new Cogl.GLES2Context();
  

Represents an OpenGLES 2.0 api context used as a sandbox for OpenGLES 2.0 state. This is comparable to an EGLContext for those who have used OpenGLES 2.0 with EGL before.

Since 1.12

Hierarchy

  • Cogl.Object
    • Cogl.GLES2Context