C# Class Reign.Video.D3D11.IndexBuffer

Inheritance: IIndexBuffer
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IndexBuffer() public méthode

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

Update() public méthode

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