Identifies the type of each heavyweight PxTask object.
More...
#include <PxTaskManager.h>
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
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: