C# Class Reign.Video.IIndexBuffer

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

Protected Properties

Property Type Description
indexByteSize int
indexCount int
usage BufferUsages

Public Methods

Method Description
Update ( int indices, int updateCount ) : void

Protected Methods

Method Description
IIndexBuffer ( IDisposableResource parent, BufferUsages usage, int indices ) : System

Method Details

IIndexBuffer() protected method

protected IIndexBuffer ( IDisposableResource parent, BufferUsages usage, int indices ) : System
parent IDisposableResource
usage BufferUsages
indices int
return System

Update() public abstract method

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

Property Details

indexByteSize protected property

protected int indexByteSize
return int

indexCount protected property

protected int indexCount
return int

usage protected property

protected BufferUsages usage
return BufferUsages