MemoryPointerMatrixIO extension

on

Methods

readMatrix<D extends RaylibStruct<D>>(int rowCount, int rowLength, {bool owned = false, bool materialize = false}) → List<StructLiveList<D, RStruct>>

Available on MemoryPointer<RPointer<RStruct>>, provided by the MemoryPointerMatrixIO extension

writeMatrix<D extends RaylibStruct<D>>(List<List<D>> rows) → void

Available on MemoryPointer<RPointer<RStruct>>, provided by the MemoryPointerMatrixIO extension