C# Class Afterglow.Graphics.GraphicStreams.OpenTKBufferBinding

Binds a IOpenTKBuffer to the current context.
Inheritance: BufferBinding
Show file Open project: Christof/afterglow

Public Methods

Method Description
Bind ( ) : void

Binds the buffer.

OpenTKBufferBinding ( IOpenTKBuffer buffer ) : System

Initializes a new instance of the OpenTKBufferBinding class.

Method Details

Bind() public method

Binds the buffer.
public Bind ( ) : void
return void

OpenTKBufferBinding() public method

Initializes a new instance of the OpenTKBufferBinding class.
public OpenTKBufferBinding ( IOpenTKBuffer buffer ) : System
buffer IOpenTKBuffer The buffer.
return System