vkQuake2 doxygen  1.0 dev
vkwstate_t Struct Reference

#include <vk_win.h>

Public Attributes

HINSTANCE hInstance
 
voidwndproc
 
HWND hWnd
 
MONITORINFOEX monInfo
 
qboolean allowdisplaydepthchange
 
FILE * log_fp
 

Detailed Description

Definition at line 28 of file vk_win.h.

Member Data Documentation

◆ allowdisplaydepthchange

qboolean vkwstate_t::allowdisplaydepthchange

Definition at line 35 of file vk_win.h.

Referenced by Vkimp_BeginFrame(), and Vkimp_Init().

◆ hInstance

HINSTANCE vkwstate_t::hInstance

Definition at line 30 of file vk_win.h.

Referenced by VID_CreateWindow(), Vkimp_Init(), Vkimp_SetMode(), and Vkimp_Shutdown().

◆ hWnd

HWND vkwstate_t::hWnd

◆ log_fp

FILE* vkwstate_t::log_fp

Definition at line 36 of file vk_win.h.

Referenced by Vkimp_EnableLogging(), Vkimp_LogNewFrame(), and Vkimp_Shutdown().

◆ monInfo

MONITORINFOEX vkwstate_t::monInfo

Definition at line 33 of file vk_win.h.

Referenced by VID_CreateWindow(), and Vkimp_Shutdown().

◆ wndproc

void* vkwstate_t::wndproc

Definition at line 31 of file vk_win.h.

Referenced by VID_CreateWindow(), and Vkimp_Init().