Ogre::Cuda::DeviceProperties Struct Reference
List of all members.
Public Member Functions |
|
| DeviceProperties (const cudaDeviceProp &prop) |
Public Attributes |
|
std::string | name |
|
size_t | totalGlobalMem |
|
size_t | sharedMemPerBlock |
|
int | regsPerBlock |
|
int | warpSize |
|
size_t | memPitch |
|
int | maxThreadsPerBlock |
|
int | maxThreadsDim [3] |
|
int | maxGridSize [3] |
|
int | clockRate |
|
size_t | totalConstMem |
|
int | major |
|
int | minor |
|
size_t | textureAlignment |
|
int | deviceOverlap |
|
int | multiProcessorCount |
|
int | kernelExecTimeoutEnabled |
|
int | integrated |
|
bool | canMapHostMemory |
|
int | computeMode |
The documentation for this struct was generated from the following files:
- d:/VisualExperiments.com/Demos/OgreCuda/include/OgreCuda.h
- d:/VisualExperiments.com/Demos/OgreCuda/src/OgreCuda.cpp