Quake II RTX doxygen  1.0 dev
glwstate_t Struct Reference

#include <glimp.h>

Public Attributes

HGLRC hGLRC
 
HINSTANCE hinstOpenGL
 
qboolean minidriver
 
GLenum drawbuffer
 
unsigned extensions
 

Detailed Description

Definition at line 26 of file glimp.h.

Member Data Documentation

◆ drawbuffer

GLenum glwstate_t::drawbuffer

Definition at line 30 of file glimp.h.

Referenced by gl_drawbuffer_changed(), and VID_EndFrame().

◆ extensions

unsigned glwstate_t::extensions

Definition at line 31 of file glimp.h.

Referenced by gl_swapinterval_changed(), and VID_Init().

◆ hGLRC

HGLRC glwstate_t::hGLRC

Definition at line 27 of file glimp.h.

Referenced by SetupGL(), and VID_Shutdown().

◆ hinstOpenGL

HINSTANCE glwstate_t::hinstOpenGL

Definition at line 28 of file glimp.h.

Referenced by VID_GetCoreAddr(), WGL_Init(), and WGL_Shutdown().

◆ minidriver

qboolean glwstate_t::minidriver

Definition at line 29 of file glimp.h.

Referenced by GetFakeWindowExtensions(), LoadGL(), SetupGL(), VID_EndFrame(), and VID_Init().