A structure containing GPU-specific information.
More...
#include <gpuInfo.h>
|
unsigned | type |
| Four-character code of the GPU type. More...
|
|
unsigned | port |
| The display (GLX) or ignored (WGL, AGL). More...
|
|
unsigned | device |
| The screen (GLX, WGL), GPU (WGLn, WGLa) or virtual screen (AGL). More...
|
|
int | pvp [4] |
| The size and location of the GPU (x,y,w,h). More...
|
|
unsigned | flags |
| bitmask of additional GPU capabilities
|
|
unsigned | unused |
|
servus::uint128_t | id |
| Random unique ID identifing the origin node. More...
|
|
std::string | nodeName |
| System hostname if remote, empty for local. More...
|
|
std::string | session |
| The session name: local, default or custom string. More...
|
|
A structure containing GPU-specific information.
Definition at line 33 of file gpuInfo.h.
hwsd::GPUInfo::GPUInfo |
( |
| ) |
|
Default constructor pointing to the default display.
- Version
- 1.0
hwsd::GPUInfo::GPUInfo |
( |
const std::string & |
name | ) |
|
|
explicit |
Constructor pointing to default display of a specific GPU type.
The information name is a type code of four characters. The passed string is formatted accordingly.
- Parameters
-
- Version
- 1.0
std::string hwsd::GPUInfo::getName |
( |
| ) |
const |
- Returns
- the type name string of this information.
- Version
- 1.0
void hwsd::GPUInfo::invalidatePVP |
( |
| ) |
|
Invalidate the pixel viewport.
- Version
- 1.0
bool hwsd::GPUInfo::operator!= |
( |
const GPUInfo & |
rhs | ) |
const |
- Returns
- true if both infos are not identical.
- Version
- 1.0
bool hwsd::GPUInfo::operator== |
( |
const GPUInfo & |
rhs | ) |
const |
- Returns
- true if both informations are identical.
- Version
- 1.0
const unsigned hwsd::GPUInfo::defaultValue = UINT_MAX |
|
static |
A non-enumerated port or device.
- Version
- 1.0
Definition at line 36 of file gpuInfo.h.
unsigned hwsd::GPUInfo::device |
The screen (GLX, WGL), GPU (WGLn, WGLa) or virtual screen (AGL).
- Version
- 1.0
Definition at line 85 of file gpuInfo.h.
const unsigned hwsd::GPUInfo::FLAG_VIRTUALGL = 0x1 |
|
static |
Process runs under VirtualGL.
- Version
- 1.1.2
Definition at line 39 of file gpuInfo.h.
const unsigned hwsd::GPUInfo::FLAG_VIRTUALGL_DISPLAY = 0x2 |
|
static |
VirtualGL redirect GPU.
- Version
- 1.1.2
Definition at line 42 of file gpuInfo.h.
const unsigned hwsd::GPUInfo::FLAG_VNC = 0x4 |
|
static |
Virtual device provided by a VNC X server.
Detection looks for the X extension VNC-EXTENSION
- Version
- 1.2.1
Definition at line 47 of file gpuInfo.h.
unsigned hwsd::GPUInfo::port |
The display (GLX) or ignored (WGL, AGL).
- Version
- 1.0
Definition at line 79 of file gpuInfo.h.
int hwsd::GPUInfo::pvp[4] |
The size and location of the GPU (x,y,w,h).
- Version
- 1.0
Definition at line 88 of file gpuInfo.h.
unsigned hwsd::GPUInfo::type |
Four-character code of the GPU type.
- Version
- 1.0
Definition at line 76 of file gpuInfo.h.
The documentation for this struct was generated from the following file: