#include "wglGraphicsWindow.h"
#include "config_wgldisplay.h"
#include "config_windisplay.h"
#include "wglGraphicsPipe.h"
#include "glGraphicsStateGuardian.h"
#include <wingdi.h>
#include <ddraw.h>
Go to the source code of this file.
Defines | |
#define | MY_DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) |
#define | LOWVIDMEMTHRESHOLD 3500000 |
Functions | |
char * | ConvDDErrorToString (const HRESULT &error) |
MY_DEFINE_GUID (IID_IDirectDraw2, 0xB3A6F3E0, 0x2B43, 0x11CF, 0xA2, 0xDE, 0x00, 0xAA, 0x00, 0xB9, 0x33, 0x56) | |
DWORD | GetAvailVidMem () |
|
|
|
Value: EXTERN_C const GUID DECLSPEC_SELECTANY name \
= { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
Definition at line 33 of file wglGraphicsWindow.cxx. |
|
Definition at line 417 of file wglGraphicsWindow.cxx. Referenced by GetAvailVidMem(). |
|
Definition at line 44 of file wglGraphicsWindow.cxx. References ConvDDErrorToString(), and NULL. Referenced by wglGraphicsWindow::reconsider_fullscreen_size(). |
|
|