ID of the Feature which owns/allocated memory from the heap. More...
#include <PxCudaMemoryManager.h>
Public Types | |
enum | Enum { UNASSIGNED, APEX, PARTICLES, GPU_UTIL, CLOTH, NUM_IDS } |
ID of the Feature which owns/allocated memory from the heap. More... | |
ID of the Feature which owns/allocated memory from the heap.
Maximum of 64k IDs allowed.
enum PxAllocId::Enum |
ID of the Feature which owns/allocated memory from the heap.
Enumerator | |
---|---|
UNASSIGNED |
default |
APEX |
APEX stuff not further classified. |
PARTICLES |
all particle related |
GPU_UTIL |
e.g. RadixSort (used in SPH and deformable self collision) |
CLOTH |
all cloth related |
NUM_IDS |
number of IDs, be aware that ApexHeapStats contains PxAllocIdStats[NUM_IDS] |