BatchData constructor

BatchData(
  1. int max
)

Implementation

BatchData(int max)
    : rawTransforms = Float32List(max * 4),
      rawSources = Float32List(max * 4),
      rawColors = Int32List(max * 1);