bindIndexData method

  1. @override
void bindIndexData(
  1. ByteData bytes,
  2. IndexType type,
  3. int indexCount
)
override

Binds indices built this frame. See bindVertexData.

Implementation

@override
void bindIndexData(ByteData bytes, IndexType type, int indexCount) =>
    commands.add(RecordedIndices(type, indexCount, transient: true));