Public Types | List of all members
PxCudaBufferFlags Struct Reference

Hint flag to tell how the buffer will be used. More...

#include <PxCudaMemoryManager.h>

Public Types

enum  Enum {
  F_READ = (1 << 0),
  F_WRITE = (1 << 1),
  F_READ_WRITE = F_READ | F_WRITE
}
 Enumerations for the hint flag to tell how the buffer will be used. More...
 

Detailed Description

Hint flag to tell how the buffer will be used.

Member Enumeration Documentation

Enumerations for the hint flag to tell how the buffer will be used.

Enumerator
F_READ 
F_WRITE 
F_READ_WRITE 

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