Interface IGlContextDirver
Bridge of Native OpenGL Context.
public interface IGlContextDirver : IDisposable
- Inherited Members
- Extension Methods
Methods
FreeCurrent()
OpenGL context free current.
void FreeCurrent()
MakeCurrent()
OpenGL context make current.
void MakeCurrent()
Resize(double, double)
Resize the opengl context.
void Resize(double width, double height)
Parameters
SwapBuffers()
OpenGL context swap buffers.
void SwapBuffers()