Module foundation

Module foundation 

Source

Structs§

DefaultAllocator
The PhysX-provided default allocator.
ErrorCodes
GlobalAllocCallback
A very simple allocator that calls through to Rust’s GlobalAllocator.
PxFoundation
A new type wrapper for PxFoundation.
ScratchBuffer
TrackingAllocator
A simple tracking allocator that calls through to Rust’s GlobalAllocator. Note that it tracks the amount of space needed for storing the allocation sizes as well as the actual data.

Traits§

AllocatorCallback
A trait for creating allocator callbacks for PhysX.
Foundation