MemoryPointerMatrixIO extension

on

Methods

readMatrix<D extends RaylibStruct<D>>(int rowCount, int rowLength, StructPointer<D> factory(MemoryPointer<RType> ptr), {bool owned = false}) → List<List<D>>

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

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

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