20 #ifndef EQ_SYSTEM_PIPE_H 21 #define EQ_SYSTEM_PIPE_H 71 EQ_API EventOCommand
sendError(
const uint32_t error);
74 float _maxOpenGLVersion;
82 #endif // EQ_SYSTEM_PIPE_H virtual EQ_API bool configInit()=0
Initialize the GPU.
const Pipe * getPipe() const
EQ_API SystemPipe(Pipe *parent)
Create a new SstemPipe for the given eq::Pipe.
virtual EQ_API ~SystemPipe()
Destroy the SystemPipe.
A Pipe represents a graphics card (GPU) on a Node.
EQ_API EventOCommand sendError(const uint32_t error)
Send a pipe error event to the application node.
The interface definition for system-specific GPU handling.
float getMaxOpenGLVersion() const
The Equalizer client library.
virtual EQ_API void configExit()=0
De-initialize the GPU.