#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) |
DWORD | GetAvailVidMem () |
Uses DDraw to get available video memory. | |
Variables | |
EXTERN_C const GUID DECLSPEC_SELECTANY | IID_IDirectDraw2 = { 0xB3A6F3E0 , 0x2B43 , 0x11CF , { 0xA2 , 0xDE , 0x00 , 0xAA , 0x00 , 0xB9 , 0x33 , 0x56 } } |
Definition in file wglGraphicsWindow.cxx.
|
|
|
Value: EXTERN_C const GUID DECLSPEC_SELECTANY name \
= { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
Definition at line 36 of file wglGraphicsWindow.cxx. |
|
Definition at line 474 of file wglGraphicsWindow.cxx. |
|
Uses DDraw to get available video memory.
Definition at line 50 of file wglGraphicsWindow.cxx. References NULL. |
|
Definition at line 40 of file wglGraphicsWindow.cxx. |