|
Equalizer
1.4.1
|
A structure containing GPU-specific information. More...
#include <gpuInfo.h>
Collaboration diagram for eq::fabric::GPUInfo:Public Member Functions | |
| GPUInfo () | |
| Default constructor pointing to default display. | |
| bool | operator== (const GPUInfo &rhs) const |
| bool | operator!= (const GPUInfo &rhs) const |
Public Attributes | |
| uint32_t | port |
| The display (GLX) or ignored (Win32, AGL). | |
| uint32_t | device |
| The screen (GLX), GPU (Win32) or virtual screen (AGL). | |
| PixelViewport | pvp |
| The size and location of the GPU. | |
| std::string | hostname |
| remote system hostname, empty for local GPUs | |
| eq::fabric::GPUInfo::GPUInfo | ( | ) | [inline] |
| bool eq::fabric::GPUInfo::operator!= | ( | const GPUInfo & | rhs | ) | const [inline] |
| bool eq::fabric::GPUInfo::operator== | ( | const GPUInfo & | rhs | ) | const [inline] |
| uint32_t eq::fabric::GPUInfo::device |
The screen (GLX), GPU (Win32) or virtual screen (AGL).
Definition at line 47 of file gpuInfo.h.
Referenced by operator!=(), and operator==().
| uint32_t eq::fabric::GPUInfo::port |
The display (GLX) or ignored (Win32, AGL).
Definition at line 44 of file gpuInfo.h.
Referenced by operator!=(), and operator==().
The size and location of the GPU.
Definition at line 50 of file gpuInfo.h.
Referenced by operator!=(), and operator==().
1.4.1 by
1.7.6.1