structAllocateInto method

void structAllocateInto(
  1. RaylibTemp<RaylibBase> temp,
  2. MemoryPointer<RType> p,
  3. String key
)

Allocates nested pointers into temp under key as needed.

Implementation

void structAllocateInto(RaylibTemp temp, MemoryPointer p, String key) {}