Public Types | List of all members
PxTaskType Struct Reference

Identifies the type of each heavyweight PxTask object. More...

#include <PxTaskManager.h>

Public Types

enum  Enum {
  TT_CPU,
  TT_GPU,
  TT_NOT_PRESENT,
  TT_COMPLETED
}
 Identifies the type of each heavyweight PxTask object. More...
 

Detailed Description

Identifies the type of each heavyweight PxTask object.

Note
This enum type is only used by PxTask and GpuTask objects, LightCpuTasks do not use this enum.
See Also
PxTask
PxLightCpuTask

Member Enumeration Documentation

Identifies the type of each heavyweight PxTask object.

Enumerator
TT_CPU 

PxTask will be run on the CPU.

TT_GPU 

PxTask will be run on the GPU.

TT_NOT_PRESENT 

Return code when attempting to find a task that does not exist.

TT_COMPLETED 

PxTask execution has been completed.


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


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