Buffer type: made of hint flags and the memory space (Device Memory, Pinned Host Memory, ...) More...
#include <PxCudaMemoryManager.h>
Public Member Functions | |
PX_INLINE | PxCudaBufferType (const PxCudaBufferType &t) |
PxCudaBufferType copy constructor. More... | |
PX_INLINE | PxCudaBufferType (PxCudaBufferMemorySpace::Enum _memSpace, PxCudaBufferFlags::Enum _flags) |
PxCudaBufferType constructor to explicitely assign members. More... | |
Public Attributes | |
PxCudaBufferMemorySpace::Enum | memorySpace |
specifies which memory space for the buffer More... | |
PxCudaBufferFlags::Enum | flags |
specifies the usage flags for the buffer More... | |
Buffer type: made of hint flags and the memory space (Device Memory, Pinned Host Memory, ...)
|
inline |
PxCudaBufferType copy constructor.
|
inline |
PxCudaBufferType constructor to explicitely assign members.
PxCudaBufferFlags::Enum PxCudaBufferType::flags |
specifies the usage flags for the buffer
PxCudaBufferMemorySpace::Enum PxCudaBufferType::memorySpace |
specifies which memory space for the buffer