The file contains API for PxCudaConextManager public functions. More...
Go to the source code of this file.
Namespaces | |
namespace | nvidia |
nvidia namespace | |
namespace | nvidia::apex |
apex namespace | |
Functions | |
APEX_API int CALL_CONV | nvidia::apex::GetSuggestedCudaDeviceOrdinal (PxErrorCallback &errc) |
Ask the NVIDIA control panel which GPU has been selected for use by PhysX. Returns -1 if no PhysX capable GPU is found or GPU PhysX has been disabled. | |
APEX_API PxCudaContextManager *CALL_CONV | nvidia::apex::CreateCudaContextManager (const PxCudaContextManagerDesc &desc, PxErrorCallback &errorCallback) |
Allocate a CUDA Context manager, complete with heaps and task dispatcher. You only need one CUDA context manager per GPU device you intend to use for CUDA tasks. If mgr is NULL, no profiling of CUDA code will be possible. |
The file contains API for PxCudaConextManager public functions.