Convenience class for holding CUDA lock within a scope. More...
#include <PxCudaContextManager.h>
Public Member Functions | |
PxScopedCudaLock (PxCudaContextManager &ctx) | |
ScopedCudaLock constructor. More... | |
~PxScopedCudaLock () | |
ScopedCudaLock destructor. More... | |
Protected Attributes | |
PxCudaContextManager * | mCtx |
CUDA context manager pointer (initialized in the the constructor) More... | |
Convenience class for holding CUDA lock within a scope.
|
inline |
ScopedCudaLock constructor.
|
inline |
ScopedCudaLock destructor.
|
protected |
CUDA context manager pointer (initialized in the the constructor)