VertexArray.setIndicesCount

Sets the number of indices to render during each draw call, starting at the offset set by {@link #setIndicesOffset(int)}. Setting this to a value smaller than zero results in rendering of the whole list. If the value is larger than the list (starting at the offset), it will be maxed to that value.

@param count The number of indices

class VertexArray
abstract
void
setIndicesCount
(
uint count
)

Meta