PhysX SDK 3.2 API Reference: pxtask::AllocId Struct Reference

PhysX SDK 3.2 API

pxtask::AllocId Struct Reference

ID of the Feature which owns/allocated memory from the heap. More...

#include <PxCudaMemoryManager.h>

List of all members.


Public Types

enum  Enum {
  UNASSIGNED,
  APEX,
  PARTICLES,
  GPU_UTIL,
  NUM_IDS
}
 ID of the Feature which owns/allocated memory from the heap. More...

Detailed Description

ID of the Feature which owns/allocated memory from the heap.

Maximum of 64k IDs allowed.


Member Enumeration Documentation

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)
NUM_IDS  number of IDs, be aware that ApexHeapStats contains AllocIdStats[NUM_IDS]


The documentation for this struct was generated from the following file:



Copyright © 2008-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com