IGraphicsContextInternal Interface
Definition
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.
Provides methods to create new GraphicsContexts. Should only be used for extending OpenTK.
public interface IGraphicsContextInternal
type IGraphicsContextInternal = interface
- Derived
Properties
Context |
Gets a handle to the OpenGL rendering context. |
Implementation |
Gets the internal implementation of the current instance. |
Methods
GetAddress(String) |
Gets the address of an OpenGL extension function. |
LoadAll() |
Prepares the entry points for OpenGL. |