StripBatchData.raw constructor

StripBatchData.raw(
  1. int flushOrdinal,
  2. List<StripChunkData> chunks,
  3. Uint8List atlasPixels,
  4. int atlasWidth,
  5. int atlasHeight,
  6. int stripCount,
)

Test/codec seam: builds a batch from already-materialized arrays.

Implementation

StripBatchData.raw(this.flushOrdinal, this.chunks, this.atlasPixels,
    this.atlasWidth, this.atlasHeight, this.stripCount);