structAllocateInto method
Allocates nested pointers into temp under key as needed.
Implementation
@override
void structAllocateInto(RaylibTemp temp, MemoryPointer p, String key) {
field_bones.allocate(temp, p, '${key}_bones', count: boneCount);
field_bindPose.allocate(temp, p, '${key}_bindPose', count: boneCount);
}