bindIndexBuffer method
Implementation
@override
void bindIndexBuffer(GeometryBuffer buffer, IndexType type, int indexCount) =>
commands.add(RecordedIndices(type, indexCount, transient: false));
@override
void bindIndexBuffer(GeometryBuffer buffer, IndexType type, int indexCount) =>
commands.add(RecordedIndices(type, indexCount, transient: false));