C# Class Reign.Video.OpenGL.IndexBuffer

Inheritance: IIndexBuffer
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Dispose ( ) : void
IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
Update ( int indices, int updateCount ) : void

Private Methods

Méthode Description
enable ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IndexBuffer() public méthode

public IndexBuffer ( IDisposableResource parent, BufferUsages bufferUsage, int indices ) : System
parent IDisposableResource
bufferUsage BufferUsages
indices int
Résultat System

Update() public méthode

public Update ( int indices, int updateCount ) : void
indices int
updateCount int
Résultat void