Structs§
- Default
Allocator - The PhysX-provided default allocator.
- Error
Codes - Global
Alloc Callback - A very simple allocator that calls through to Rust’s GlobalAllocator.
- PxFoundation
- A new type wrapper for PxFoundation.
- Scratch
Buffer - Tracking
Allocator - 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§
- Allocator
Callback - A trait for creating allocator callbacks for PhysX.
- Foundation