PhysX SDK 3.2 API Reference: pxtask::CudaBufferType Struct Reference

PhysX SDK 3.2 API

pxtask::CudaBufferType Struct Reference

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

#include <PxCudaMemoryManager.h>

List of all members.


Public Member Functions

PX_INLINE CudaBufferType (const CudaBufferType &t)
 CudaBufferType copy constructor.
PX_INLINE CudaBufferType (CudaBufferMemorySpace::Enum _memSpace, CudaBufferFlags::Enum _flags)
 CudaBufferType constructor to explicitely assign members.

Public Attributes

CudaBufferMemorySpace::Enum memorySpace
 specifies which memory space for the buffer
CudaBufferFlags::Enum flags
 specifies the usage flags for the buffer

Detailed Description

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

Constructor & Destructor Documentation

PX_INLINE pxtask::CudaBufferType::CudaBufferType ( const CudaBufferType t  )  [inline]

CudaBufferType copy constructor.

PX_INLINE pxtask::CudaBufferType::CudaBufferType ( CudaBufferMemorySpace::Enum  _memSpace,
CudaBufferFlags::Enum  _flags 
) [inline]

CudaBufferType constructor to explicitely assign members.


Member Data Documentation

specifies the usage flags for the buffer

specifies which memory space for the buffer


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



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