C# Class Reign.Video.D3D11.IndexBuffer

Inheritance: IIndexBuffer
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IndexBuffer() public method

public IndexBuffer ( IDisposableResource parent, BufferUsages usage, int indices ) : System
parent IDisposableResource
usage BufferUsages
indices int
return System

Update() public method

public Update ( int indices, int updateCount ) : void
indices int
updateCount int
return void