Public Member Functions | Public Attributes | List of all members
PxCudaBufferType Struct Reference

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...
 

Detailed Description

Buffer type: made of hint flags and the memory space (Device Memory, Pinned Host Memory, ...)

Constructor & Destructor Documentation

PX_INLINE PxCudaBufferType::PxCudaBufferType ( const PxCudaBufferType t)
inline

PxCudaBufferType copy constructor.

PX_INLINE PxCudaBufferType::PxCudaBufferType ( PxCudaBufferMemorySpace::Enum  _memSpace,
PxCudaBufferFlags::Enum  _flags 
)
inline

PxCudaBufferType constructor to explicitely assign members.

Member Data Documentation

PxCudaBufferFlags::Enum PxCudaBufferType::flags

specifies the usage flags for the buffer

PxCudaBufferMemorySpace::Enum PxCudaBufferType::memorySpace

specifies which memory space for the buffer


The documentation for this struct was generated from the following file:


Copyright © 2008-2015 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com