Share via


OpenGLES Namespace

The OpenGLES namespace provides classes for embedding OpenGL surfaces.

Classes

Name Description
EAGLColorFormat

EAGLColorFormat strings.

EAGLContext

Holds the state necessary to render using OpenGL ES.

EAGLDrawableProperty

EAGLDrawable properties.

EAGLSharegroup

Manages resources that can be used by more than one EAGLContext (textures, buffers, framebuffers, renderbuffers, shaders and programs).

Interfaces

Name Description
IEAGLDrawable

This interface represents the Objective-C protocol EAGLDrawable.

Enums

Name Description
EAGLContext.PresentationMode
EAGLRenderingAPI

The rendering API supported.

Remarks

This namespace contains classes that support embedding OpenGL ES surfaces in your application, enabling hardware-accelerated 2D and 3D graphics rendering.