HDC d_prevDC
Handle to the device context in use when we switched to the pbuffer.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:99
HPBUFFERARB d_pbuffer
Handle to the pbuffer itself.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:91
OpenGLWGLPBTextureTarget - allows rendering to an OpenGL texture via the pbuffer WGL extension...
Definition: CEGUIOpenGLWGLPBTextureTarget.h:53
static const float DEFAULT_SIZE
default size of created texture objects
Definition: CEGUIOpenGLWGLPBTextureTarget.h:71
HGLRC d_context
Handle to the rendering context for the pbuffer.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:93
OpenGLTextureTarget - Common base class for all OpenGL render targets based on some form of RTT suppo...
Definition: CEGUIOpenGLTextureTarget.h:42
HDC d_hdc
Handle to the Windows device context for the pbuffer.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:95
int d_pixfmt
Holds the pixel format we use when creating the pbuffer.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:89
HGLRC d_prevContext
Handle to the rendering context in use when we switched to the pbuffer.
Definition: CEGUIOpenGLWGLPBTextureTarget.h:97