#include <vk_win.h>
Public Attributes | |
| HINSTANCE | hInstance |
| void * | wndproc |
| HWND | hWnd |
| MONITORINFOEX | monInfo |
| qboolean | allowdisplaydepthchange |
| FILE * | log_fp |
| qboolean vkwstate_t::allowdisplaydepthchange |
Definition at line 35 of file vk_win.h.
Referenced by Vkimp_BeginFrame(), and Vkimp_Init().
| 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 vkwstate_t::hWnd |
Definition at line 32 of file vk_win.h.
Referenced by VID_CreateWindow(), Vkimp_AppActivate(), Vkimp_CreateSurface(), Vkimp_SetMode(), and Vkimp_Shutdown().
| FILE* vkwstate_t::log_fp |
Definition at line 36 of file vk_win.h.
Referenced by Vkimp_EnableLogging(), Vkimp_LogNewFrame(), and Vkimp_Shutdown().
| MONITORINFOEX vkwstate_t::monInfo |
Definition at line 33 of file vk_win.h.
Referenced by VID_CreateWindow(), and Vkimp_Shutdown().
| void* vkwstate_t::wndproc |
Definition at line 31 of file vk_win.h.
Referenced by VID_CreateWindow(), and Vkimp_Init().