Provides methods to create new GraphicsContexts. Should only be used for extending OpenTK. More...
Public Member Functions | |
| void | LoadAll () |
| Prepares the entry points for OpenGL. | |
| IntPtr | GetAddress (string function) |
| Gets the address of an OpenGL extension function. | |
Properties | |
| IGraphicsContext | Implementation [get] |
| Gets the internal implementation of the current instance. | |
| ContextHandle | Context [get] |
| Gets a handle to the OpenGL rendering context. | |
Provides methods to create new GraphicsContexts. Should only be used for extending OpenTK.
Definition at line 75 of file IGraphicsContext.cs.
| IntPtr OpenTK.Graphics.IGraphicsContextInternal.GetAddress | ( | string | function | ) |
Gets the address of an OpenGL extension function.
| function | The name of the OpenGL function (e.g. "glGetString") |
| void OpenTK.Graphics.IGraphicsContextInternal.LoadAll | ( | ) |
Prepares the entry points for OpenGL.
ContextHandle OpenTK.Graphics.IGraphicsContextInternal.Context [get] |
Gets a handle to the OpenGL rendering context.
Definition at line 90 of file IGraphicsContext.cs.
IGraphicsContext OpenTK.Graphics.IGraphicsContextInternal.Implementation [get] |
Gets the internal implementation of the current instance.
Definition at line 80 of file IGraphicsContext.cs.
1.6.1