bindIndexBuffer abstract method

void bindIndexBuffer(
  1. GpuBufferView view,
  2. GpuIndexType indexType,
  3. int indexCount
)

Binds view as the index buffer of indexType; indexCount indices will be drawn.

Implementation

void bindIndexBuffer(
  GpuBufferView view,
  GpuIndexType indexType,
  int indexCount,
);