C# Class Reign.Video.IIndexBuffer

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

Protected Properties

Свойство Type Description
indexByteSize int
indexCount int
usage BufferUsages

Méthodes publiques

Méthode Description
Update ( int indices, int updateCount ) : void

Méthodes protégées

Méthode Description
IIndexBuffer ( IDisposableResource parent, BufferUsages usage, int indices ) : System

Method Details

IIndexBuffer() protected méthode

protected IIndexBuffer ( IDisposableResource parent, BufferUsages usage, int indices ) : System
parent IDisposableResource
usage BufferUsages
indices int
Résultat System

Update() public abstract méthode

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

Property Details

indexByteSize protected_oe property

protected int indexByteSize
Résultat int

indexCount protected_oe property

protected int indexCount
Résultat int

usage protected_oe property

protected BufferUsages usage
Résultat BufferUsages