Cogl.GLES2Context.prototype.get_vtable

function get_vtable(): Cogl.GLES2Vtable {
    // Gjs wrapper for cogl_gles2_context_get_vtable()
}
  

Queries the OpenGLES 2.0 api function pointers that should be used for rendering with the given gles2_ctx.

<note>You should not try to directly link to and use the symbols provided by any system OpenGLES 2.0 driver.</note>

Since 2.0

Returns

A pointer to a Cogl.GLES2Vtable providing pointers to functions for the full OpenGLES 2.0 api.