bindIndexBuffer abstract method
Binds view as the index buffer of indexType; indexCount indices
will be drawn.
Implementation
void bindIndexBuffer(
GpuBufferView view,
GpuIndexType indexType,
int indexCount,
);
Binds view as the index buffer of indexType; indexCount indices
will be drawn.
void bindIndexBuffer(
GpuBufferView view,
GpuIndexType indexType,
int indexCount,
);