Table of Contents

Interface IGlContextDirver

Namespace
Hi.Disp
Assembly
HiDisp.dll

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

width double

viewport width

height double

viewport height

SwapBuffers()

OpenGL context swap buffers.

void SwapBuffers()