C# Class CSharpGL.AtomicCounterBuffer

Buffer object that not work as input variable in shader.
Inheritance: Buffer
Show file Open project: bitzhuwei/CSharpGL Class Usage Examples

Public Methods

Method Description
Create ( Type elementType, int length, BufferUsage usage ) : AtomicCounterBuffer

Creates a AtomicCounterBuffer object directly in server side(GPU) without initializing its value.

Private Methods

Method Description
AtomicCounterBuffer ( uint bufferId, int length, int byteLength ) : System

pixel unpack buffer's pointer.

Method Details

Create() public static method

Creates a AtomicCounterBuffer object directly in server side(GPU) without initializing its value.
public static Create ( Type elementType, int length, BufferUsage usage ) : AtomicCounterBuffer
elementType System.Type
length int
usage BufferUsage
return AtomicCounterBuffer