#include <RE_NTVisual.h>

Public Member Functions | |
| RE_NTVisual (RE_Server *newserver, RE_DisplayMode newmode) | |
| virtual | ~RE_NTVisual () |
| virtual RE_OGLContext | createContext (RE_Window *win) const |
| virtual void | deleteContext (RE_OGLContext) const |
| virtual void | initialize (OGLDrawable graphicsDrawable, OGLDrawable alternateDrawable) |
| virtual bool | canSupportQuadBufferStereo (OGLDrawable drawable) |
Static Public Member Functions | |
| static PixelFormat * | getPixelFormat (bool bitmap) |
| static void | initPixelFormats (bool bitmap, OGLDrawable draw) |
| static int | getBestPixelFormat (OGLDrawable draw, bool rgb, bool dbl, bool bitmap, int colorDepth, bool zbuffer, bool stencil_buffer, bool stereo) |
| static void | deleteShareContext () |
Definition at line 21 of file RE_NTVisual.h.
| RE_NTVisual::RE_NTVisual | ( | RE_Server * | newserver, | |
| RE_DisplayMode | newmode | |||
| ) |
| virtual RE_NTVisual::~RE_NTVisual | ( | ) | [virtual] |
| virtual bool RE_NTVisual::canSupportQuadBufferStereo | ( | OGLDrawable | drawable | ) | [virtual] |
Returns true if the visual can support quad buffer stereo if it were created with the stereo display mode flag.
Reimplemented from RE_Visual.
| virtual RE_OGLContext RE_NTVisual::createContext | ( | RE_Window * | win | ) | const [virtual] |
Implements RE_Visual.
| virtual void RE_NTVisual::deleteContext | ( | RE_OGLContext | ) | const [virtual] |
Implements RE_Visual.
| static void RE_NTVisual::deleteShareContext | ( | ) | [static] |
| static int RE_NTVisual::getBestPixelFormat | ( | OGLDrawable | draw, | |
| bool | rgb, | |||
| bool | dbl, | |||
| bool | bitmap, | |||
| int | colorDepth, | |||
| bool | zbuffer, | |||
| bool | stencil_buffer, | |||
| bool | stereo | |||
| ) | [static] |
| static PixelFormat* RE_NTVisual::getPixelFormat | ( | bool | bitmap | ) | [static] |
| virtual void RE_NTVisual::initialize | ( | OGLDrawable | graphicsDrawable, | |
| OGLDrawable | alternateDrawable | |||
| ) | [virtual] |
| static void RE_NTVisual::initPixelFormats | ( | bool | bitmap, | |
| OGLDrawable | draw | |||
| ) | [static] |
1.5.9