OpenGLES Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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.