C# Class VVVV.Nodes.OpenGL.ContextRegister

Show file Open project: elliotwoods/VVVV.Nodes.GL

Public Properties

Property Type Description
Contexts ContextAsset>.Dictionary

Public Methods

Method Description
Add ( GLControl control ) : void
Add ( GameWindow gameWindow ) : void
BindContext ( IGraphicsContext context ) : bool
Remove ( GLControl control ) : void
Remove ( GameWindow gameWindow ) : void
Remove ( IGraphicsContext context ) : void

Method Details

Add() public static method

public static Add ( GLControl control ) : void
control OpenTK.GLControl
return void

Add() public static method

public static Add ( GameWindow gameWindow ) : void
gameWindow OpenTK.GameWindow
return void

BindContext() public static method

public static BindContext ( IGraphicsContext context ) : bool
context IGraphicsContext
return bool

Remove() public static method

public static Remove ( GLControl control ) : void
control OpenTK.GLControl
return void

Remove() public static method

public static Remove ( GameWindow gameWindow ) : void
gameWindow OpenTK.GameWindow
return void

Remove() public static method

public static Remove ( IGraphicsContext context ) : void
context IGraphicsContext
return void

Property Details

Contexts public static property

public static Dictionary Contexts
return ContextAsset>.Dictionary