GLES2Context
Object Hierarchy:
Description:
public class GLES2Context :
Object
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.
Content:
Creation methods:
- public GLES2Context (Context ctx) throws Error
Allocates a new OpenGLES 2.0 context that can be used to render to
CoglOffscreen
framebuffers (Rendering to Onscreen framebuffers is not
currently supported).
Inherited Members:
All known members inherited from class Cogl.Object