C# Class OpenTK.Platform.Dummy.DummyGLContext

An empty IGraphicsContext implementation to be used inside the Visual Studio designer. This class supports OpenTK, and is not intended for use by OpenTK programs.
Inheritance: DesktopGraphicsContext
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
CreateContext ( bool direct, IGraphicsContext source ) : void
Dispose ( ) : void
DummyGLContext ( ) : System
DummyGLContext ( ContextHandle handle ) : System
GetAddress ( string function ) : IntPtr
LoadAll ( ) : void
MakeCurrent ( IWindowInfo info ) : void
SwapBuffers ( ) : void
Update ( IWindowInfo window ) : void

Method Details

CreateContext() public method

public CreateContext ( bool direct, IGraphicsContext source ) : void
direct bool
source IGraphicsContext
return void

Dispose() public method

public Dispose ( ) : void
return void

DummyGLContext() public method

public DummyGLContext ( ) : System
return System

DummyGLContext() public method

public DummyGLContext ( ContextHandle handle ) : System
handle ContextHandle
return System

GetAddress() public method

public GetAddress ( string function ) : IntPtr
function string
return System.IntPtr

LoadAll() public method

public LoadAll ( ) : void
return void

MakeCurrent() public method

public MakeCurrent ( IWindowInfo info ) : void
info IWindowInfo
return void

SwapBuffers() public method

public SwapBuffers ( ) : void
return void

Update() public method

public Update ( IWindowInfo window ) : void
window IWindowInfo
return void