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

PhysX SDK 3.2 API

pxtask::CudaBufferFlags Struct Reference

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

#include <PxCudaMemoryManager.h>

List of all members.


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-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com