dWorldStepReserveInfo

@struct dWorldStepReserveInfo @brief Memory reservation policy descriptor structure for world stepping functions.

@c struct_size should be assigned the size of the structure.

@c reserve_factor is a quotient that is multiplied by required memory size to allocate extra reserve whenever reallocation is needed.

@c reserve_minimum is a minimum size that is checked against whenever reallocation is needed to allocate expected working memory minimum at once without extra reallocations as number of bodies/joints grows.

@ingroup world @see dWorldSetStepMemoryReservationPolicy

extern (C) nothrow
struct dWorldStepReserveInfo {}

Members

Variables

reserve_factor
float reserve_factor;
Undocumented in source.
reserve_minimum
uint reserve_minimum;
Undocumented in source.
struct_size
uint struct_size;
Undocumented in source.

Meta