Public Types
physx::PxAllocId 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,
  CLOTH,
  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)

CLOTH 

all cloth related

NUM_IDS 

number of IDs, be aware that ApexHeapStats contains PxAllocIdStats[NUM_IDS]


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

Generated on Mon Apr 28 2014 08:02:18

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