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. The actual OpenGL APIs are in OpenTK
Classes
EAGLColorFormat |
The formats available for the LayerColorFormat. |
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
IEAGLDrawable |
Interface that, together with the T:OpenGLES.EAGLDrawable_Extensions class, comprise the EAGLDrawable protocol. |
Enums
EAGLContext.PresentationMode | |
EAGLRenderingAPI |
The rendering API supported. |
Remarks
Classes that support embedding OpenGL surfaces in your application. The actual OpenGL APIs are exposed as part of OpenTK.