C# Class Reign.Video.IIndexBuffer

Inheritance: DisposableResource
显示文件 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_oe property

protected int indexByteSize
return int

indexCount protected_oe property

protected int indexCount
return int

usage protected_oe property

protected BufferUsages usage
return BufferUsages