C# Class Afterglow.Graphics.GraphicStreams.BufferBinding

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

Public Methods

Method Description
Bind ( ) : void

Binds the buffer.

Protected Methods

Method Description
BufferBinding ( GraphicStreamDescription description )

Initializes a new instance of the BufferBinding class.

Method Details

Bind() public abstract method

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

BufferBinding() protected method

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