Equalizer
1.6.1
|
Equalizer default implementation of a WGL GPU. More...
#include <pipe.h>
Public Member Functions | |
Pipe (eq::Pipe *parent) | |
Construct a new WGL system pipe. More... | |
virtual | ~Pipe () |
Destruct this WGL system pipe. More... | |
bool | createWGLAffinityDC (HDC &affinityDC) |
Create a device context bound only to the display device of this pipe. More... | |
HDC | createWGLDisplayDC () |
Create a device context on the display device of this pipe. More... | |
WGLEWContext * | wglewGetContext () |
WGL initialization | |
virtual bool | configInit () |
Initialize this pipe for the WGL window system. More... | |
virtual void | configExit () |
Deinitialize this pipe for the WGL window system. More... | |
Public Member Functions inherited from eq::SystemPipe | |
SystemPipe (Pipe *parent) | |
Create a new SstemPipe for the given eq::Pipe. More... | |
virtual | ~SystemPipe () |
Destroy the SystemPipe. More... | |
Pipe * | getPipe () |
const Pipe * | getPipe () const |
eq::fabric::Error | getError () const |
Protected Member Functions | |
virtual bool | configInitGL () |
Initialize this pipe for OpenGL. More... | |
Protected Member Functions inherited from eq::SystemPipe | |
void | setError (const uint32_t error) |
Set an error code why the last operation failed. More... | |
Equalizer default implementation of a WGL GPU.
Definition at line 32 of file include/eq/client/wgl/pipe.h.
eq::wgl::Pipe::Pipe | ( | eq::Pipe * | parent | ) |
Construct a new WGL system pipe.
|
virtual |
Destruct this WGL system pipe.
|
virtual |
Deinitialize this pipe for the WGL window system.
Implements eq::SystemPipe.
|
virtual |
Initialize this pipe for the WGL window system.
Implements eq::SystemPipe.
|
inlineprotectedvirtual |
Initialize this pipe for OpenGL.
A temporary device context is current during this call. The device context is not the DC used by the windows of this pipe, most importantly, it is not an affinity context.
Definition at line 97 of file include/eq/client/wgl/pipe.h.
bool eq::wgl::Pipe::createWGLAffinityDC | ( | HDC & | affinityDC | ) |
Create a device context bound only to the display device of this pipe.
If the dc return parameter is set to 0 and the return value is true, an affinity dc is not needed. The returned context has to be deleted using wglDeleteDCNV when it is no longer needed.
affinityDC | the affinity device context output parameter. |
HDC eq::wgl::Pipe::createWGLDisplayDC | ( | ) |
Create a device context on the display device of this pipe.
The returned device context has to be deallocated using DeleteDC.
|
inline |
Definition at line 85 of file include/eq/client/wgl/pipe.h.