IIndexBuffer class

IIndexBuffer class

The index buffer describes the geometry used in rendering pipeline.

The IIndexBuffer type exposes the following members:

Properties

PropertyDescription
index_data_typeGets the data type of each element.
countGets the number of index in this buffer.
sizeSize of this buffer in bytes

Methods

MethodDescription
load_dataLoad indice data from TriMesh
load_dataLoad indice data
load_dataLoad indice data
load_dataLoad indice data
load_dataLoad the data into current buffer

See Also