#include "config_wgldisplay.h"
#include "wglGraphicsPipe.h"
#include "wglGraphicsStateGuardian.h"
#include "wglGraphicsWindow.h"
#include "graphicsPipeSelection.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_wgldisplay) | |
NotifyCategoryDef (wgldisplay,"windisplay") | |
ConfigureFn (config_wgldisplay) | |
void | init_libwgldisplay () |
Initializes the library. | |
Variables | |
int | gl_force_pixfmt = config_wgldisplay.GetInt("gl-force-pixfmt", 0) |
bool | gl_force_invalid = config_wgldisplay.GetBool("gl-force-invalid", false) |
bool | gl_do_vidmemsize_check = config_wgldisplay.GetBool("gl-do-vidmemsize-check", true) |
Definition in file config_wgldisplay.cxx.
|
|
|
Definition at line 32 of file config_wgldisplay.cxx. References wglGraphicsWindow::init_type(), wglGraphicsStateGuardian::init_type(), and wglGraphicsPipe::init_type(). |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 52 of file config_wgldisplay.cxx. |
|
|
|
Definition at line 76 of file config_wgldisplay.cxx. |
|
Definition at line 71 of file config_wgldisplay.cxx. |
|
Definition at line 68 of file config_wgldisplay.cxx. Referenced by PT(). |