bindIndexData method
Binds indices built this frame. See bindVertexData.
Implementation
@override
void bindIndexData(ByteData bytes, IndexType type, int indexCount) =>
commands.add(RecordedIndices(type, indexCount, transient: true));
Binds indices built this frame. See bindVertexData.
@override
void bindIndexData(ByteData bytes, IndexType type, int indexCount) =>
commands.add(RecordedIndices(type, indexCount, transient: true));