vkQuake2 doxygen  1.0 dev
glwstate_t Struct Reference

#include <glw_win.h>

Public Attributes

HINSTANCE hInstance
 
voidwndproc
 
HDC hDC
 
HWND hWnd
 
MONITORINFOEX monInfo
 
HGLRC hGLRC
 
HINSTANCE hinstOpenGL
 
qboolean minidriver
 
qboolean allowdisplaydepthchange
 
qboolean mcd_accelerated
 
FILE * log_fp
 

Detailed Description

Definition at line 27 of file glw_win.h.

Member Data Documentation

◆ allowdisplaydepthchange

qboolean glwstate_t::allowdisplaydepthchange

Definition at line 40 of file glw_win.h.

Referenced by GLimp_BeginFrame(), and GLimp_Init().

◆ hDC

HDC glwstate_t::hDC

Definition at line 32 of file glw_win.h.

Referenced by GLimp_EndFrame(), GLimp_InitGL(), and GLimp_Shutdown().

◆ hGLRC

HGLRC glwstate_t::hGLRC

Definition at line 35 of file glw_win.h.

Referenced by GLimp_InitGL(), and GLimp_Shutdown().

◆ hInstance

HINSTANCE glwstate_t::hInstance

Definition at line 29 of file glw_win.h.

Referenced by GLimp_Init(), GLimp_SetMode(), GLimp_Shutdown(), and VID_CreateWindow().

◆ hinstOpenGL

HINSTANCE glwstate_t::hinstOpenGL

Definition at line 37 of file glw_win.h.

Referenced by QGL_Init(), and QGL_Shutdown().

◆ hWnd

HWND glwstate_t::hWnd

◆ log_fp

◆ mcd_accelerated

qboolean glwstate_t::mcd_accelerated

Definition at line 41 of file glw_win.h.

Referenced by GLimp_InitGL(), and VerifyDriver().

◆ minidriver

qboolean glwstate_t::minidriver

Definition at line 39 of file glw_win.h.

Referenced by GLimp_InitGL().

◆ monInfo

MONITORINFOEX glwstate_t::monInfo

Definition at line 34 of file glw_win.h.

Referenced by GLimp_Shutdown(), and VID_CreateWindow().

◆ wndproc

void* glwstate_t::wndproc

Definition at line 30 of file glw_win.h.

Referenced by GLimp_Init(), and VID_CreateWindow().