NVIDIA(R) PhysX(R) SDK 3.4 API Reference: physx::PxTaskType Struct Reference

NVIDIA PhysX SDK 3.4

physx::PxTaskType Struct Reference

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

#include <PxTaskManager.h>

List of all members.


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-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com