structAllocateInto method

  1. @override
void structAllocateInto(
  1. RaylibTemp temp,
  2. WasmStructPointer<ImageD> p,
  3. String key
)
override

Allocates nested pointers into temp under key as needed.

Implementation

@override
void structAllocateInto(RaylibTemp temp, WasmStructPointer<ImageD> p, String key) {
  _dataPtr = temp.Uint8$.RawArray(data);
}