C# Class Afterglow.Graphics.GraphicStreams.BufferBinding

Encapsulates the behavior to bind a (part of a) buffer.
Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( ) : void

Binds the buffer.

Méthodes protégées

Méthode Description
BufferBinding ( GraphicStreamDescription description )

Initializes a new instance of the BufferBinding class.

Method Details

Bind() public abstract méthode

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

BufferBinding() protected méthode

Initializes a new instance of the BufferBinding class.
protected BufferBinding ( GraphicStreamDescription description )
description GraphicStreamDescription The description.