|
GPU-SD
1.4.0
|
The GLX implementation for local GPU discovery. More...
#include <module.h>
Inheritance diagram for gpusd::glx::Module:
Collaboration diagram for gpusd::glx::Module:Static Public Member Functions | |
| static void | use () |
| Instantiate an GLX discovery module for the process. | |
| static void | dispose () |
| Unload the GLX discovery module for the process. | |
Protected Member Functions | |
| virtual GPUInfos | discoverGPUs_ () const |
The GLX implementation for local GPU discovery.
The GLX module tries to open X server :0 to :9. For each server which can be opened, all available screens on the server are added as a separate GPUInfo.
Definition at line 34 of file glx/module.h.
| virtual GPUInfos gpusd::glx::Module::discoverGPUs_ | ( | ) | const [protected, virtual] |
| static void gpusd::glx::Module::dispose | ( | ) | [static] |
Unload the GLX discovery module for the process.
| static void gpusd::glx::Module::use | ( | ) | [static] |
Instantiate an GLX discovery module for the process.
1.4.0 by
1.7.6.1