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
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( int boneAttribIndex ) : void
boneAttribIndex int
Résultat void

VertexBuffer() public méthode

public VertexBuffer ( VertexStruct vertices, ushort indices ) : System
vertices VertexStruct
indices ushort
Résultat System