31 return _pfnum_supports_pbuffer;
43 return _pfnum_properties;
76 if (_twindow_dc == 0) {
89 return _supports_wgl_render_texture;
HDC get_twindow_dc()
Returns the DC associated with the temporary, invisible window that was created with the gsg to query...
int get_pfnum() const
Returns the pixel format number chosen for windows that use this context.
bool made_context() const
Returns true if the GSG has had a context made for it already, false otherwise.
bool get_supports_wgl_render_texture() const
Returns true if this particular GSG can render from a wglGraphicsBuffer directly into a texture,...
HGLRC get_context(HDC hdc)
Returns the GL context associated with the GSG.
const FrameBufferProperties & get_fb_properties() const
Returns the properties of the pixel format that was chosen for this gsg.
bool pfnum_supports_pbuffer() const
Returns true if the gsg's pixel format is capable of supporting a pbuffer.
A container for the various kinds of properties we might ask to have on a graphics frameBuffer before...