C# Class Sharpex2D.Rendering.OpenGL.VertexArray

Inheritance: IDisposable
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( ) : void

Binds the VertexArray.

Dispose ( ) : void

Disposes the object.

Unbind ( ) : void

Unbinds the VertexArray.

VertexArray ( ) : System

Initializes a new VertexArray class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes the object.

Method Details

Bind() public méthode

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

Dispose() public méthode

Disposes the object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Disposes the object.
protected Dispose ( bool disposing ) : void
disposing bool The disposing state.
Résultat void

Unbind() public méthode

Unbinds the VertexArray.
public Unbind ( ) : void
Résultat void

VertexArray() public méthode

Initializes a new VertexArray class.
public VertexArray ( ) : System
Résultat System