Interface IIndexBuffer

IIndexBuffer interface

The index buffer describes the geometry used in rendering pipeline.

public interface IIndexBuffer : IBuffer

Properties

NameDescription
Count { get; }Gets the number of index in this buffer.
IndexDataType { get; }Gets the data type of each element.

Methods

NameDescription
LoadData(int[])Load indice data
LoadData(short[])Load indice data
LoadData(TriMesh)Load indice data from TriMesh
LoadData(uint[])Load indice data

See Also