Expand description

Wrapper for PxFoundation class

Structs

The PhysX-provided default allocator.

A very simple allocator that calls through to Rust’s GlobalAllocator.

A new type wrapper for PxFoundation. Parametrized by it’s Allocator type.

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.

Enums

Traits

A trait for creating allocator callbacks for PhysX.