Equalizer
1.10.1
Parallel Rendering Framework
|
Handles a GPU/screen through Qt. More...
#include <pipe.h>
Public Member Functions | |
Pipe (eq::Pipe *parent) | |
Create a new Qt pipe for the given eq::Pipe. More... | |
virtual | ~Pipe () |
Destroy the Qt Pipe. More... | |
EQ_API bool | configInit () override |
Initialize the GPU. More... | |
void | configExit () |
De-initialize the GPU. More... | |
Public Member Functions inherited from eq::SystemPipe | |
EQ_API | SystemPipe (Pipe *parent) |
Create a new SstemPipe for the given eq::Pipe. More... | |
virtual EQ_API | ~SystemPipe () |
Destroy the SystemPipe. More... | |
Pipe * | getPipe () |
const Pipe * | getPipe () const |
float | getMaxOpenGLVersion () const |
Additional Inherited Members | |
Protected Member Functions inherited from eq::SystemPipe | |
EQ_API EventOCommand | sendError (const uint32_t error) |
Send a pipe error event to the application node. More... | |
Protected Attributes inherited from eq::SystemPipe | |
float | _maxOpenGLVersion |
|
inlineexplicit |
|
inlinevirtual |
|
inlinevirtual |
|
overridevirtual |