Enum IndexDataType

IndexDataType enumeration

The data type of the elements in IIndexBuffer

public enum IndexDataType

Values

NameValueDescription
Int320The index buffer’s elements are 32bit int
Int161The index buffer’s elements are 16bit int

See Also