C# Class Afterglow.Graphics.GraphicStreams.OpenTKBufferBinding

Binds a IOpenTKBuffer to the current context.
Inheritance: BufferBinding
Afficher le fichier Open project: Christof/afterglow

Méthodes publiques

Méthode Description
Bind ( ) : void

Binds the buffer.

OpenTKBufferBinding ( IOpenTKBuffer buffer ) : System

Initializes a new instance of the OpenTKBufferBinding class.

Method Details

Bind() public méthode

Binds the buffer.
public Bind ( ) : void
Résultat void

OpenTKBufferBinding() public méthode

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