physx Namespace Reference

Namespaces

 Gu
 
 intrinsics
 
 pvdsdk
 

Classes

class  PxBaseTask
 Base class of all task types. More...
 
class  PxCpuDispatcher
 A CpuDispatcher is responsible for scheduling the execution of tasks passed to it by the SDK. More...
 
class  PxLightCpuTask
 A PxBaseTask implementation with immediate execution and simple dependencies. More...
 
class  PxProfilerCallback
 The pure virtual callback interface for general purpose instrumentation and profiling of GameWorks modules as well as applications. More...
 
class  PxProfileScoped
 
class  PxTask
 A PxBaseTask implementation with deferred execution and full dependencies. More...
 
class  PxTaskManager
 The PxTaskManager interface. More...
 
struct  PxTaskType
 Identifies the type of each heavyweight PxTask object. More...
 

Typedefs

typedef unsigned int PxTaskID
 
typedef int64_t PxI64
 
typedef uint64_t PxU64
 
typedef int32_t PxI32
 
typedef uint32_t PxU32
 
typedef int16_t PxI16
 
typedef uint16_t PxU16
 
typedef int8_t PxI8
 
typedef uint8_t PxU8
 
typedef float PxF32
 
typedef double PxF64
 
typedef float PxReal
 

Typedef Documentation

◆ PxF32

typedef float physx::PxF32

◆ PxF64

typedef double physx::PxF64

◆ PxI16

typedef int16_t physx::PxI16

◆ PxI32

typedef int32_t physx::PxI32

◆ PxI64

typedef int64_t physx::PxI64

◆ PxI8

typedef int8_t physx::PxI8

◆ PxReal

typedef float physx::PxReal

◆ PxTaskID

typedef unsigned int physx::PxTaskID

◆ PxU16

typedef uint16_t physx::PxU16

◆ PxU32

typedef uint32_t physx::PxU32

◆ PxU64

typedef uint64_t physx::PxU64

◆ PxU8

typedef uint8_t physx::PxU8