C# Class OOGL.Animation.VertexBuffer

This class wraps the OpenGL Vertex Buffer Object Thread safety - This class must be only be used from the main thread.
Inheritance: IDisposable
Show file Open project: tpb3d/TPB3D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Draw ( int boneAttribIndex ) : void
VertexBuffer ( VertexStruct vertices, ushort indices ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( int boneAttribIndex ) : void
boneAttribIndex int
return void

VertexBuffer() public method

public VertexBuffer ( VertexStruct vertices, ushort indices ) : System
vertices VertexStruct
indices ushort
return System