52 HWND GetHandle() {
return hWnd; }
53 void SetHandle(HWND hwnd,
int bpp);
Legacy OpenGL video-settings manager.
std::vector< VideoCaps > capsList
bool supportWGLPixelFormat
bool supportDrawRangeElements
void ResizeGLScene(int width, int height)
bool GetCompatibleWinMode(VideoCaps caps)
Describes a single video mode's capabilities (colour depth, AA, etc.).
int zBuffer
Depth buffer bit depth.
int stencil
Stencil buffer bit depth.
int hwAcc
Hardware acceleration mode.
int alpha
Alpha buffer bit depth.
GLboolean doubleBuffer
True if double-buffered.
GLboolean sampleBuffer
True if an AA sample buffer is available.
int colour
Colour buffer bit depth.
int accum
Accumulation buffer bit depth.
int aaSamples
Number of anti-aliasing samples.