ReactOS 0.4.16-dev-401-g45b008d
|
#include <opengl32.h>
Public Attributes | |
DWORD | magic |
volatile LONG | lock |
LIST_ENTRY | ListEntry |
DHGLRC | dhglrc |
struct ICD_Data * | icd_data |
INT | pixelformat |
volatile LONG | thread_id |
Definition at line 71 of file opengl32.h.
DHGLRC wgl_context::dhglrc |
Definition at line 78 of file opengl32.h.
Referenced by wglCopyContext(), wglCreateContext(), wglCreateLayerContext(), wglMakeCurrent(), and wglShareLists().
Definition at line 79 of file opengl32.h.
Referenced by wglCopyContext(), wglMakeCurrent(), and wglShareLists().
LIST_ENTRY wgl_context::ListEntry |
Definition at line 76 of file opengl32.h.
Referenced by IntDeleteAllContexts().
Definition at line 74 of file opengl32.h.
DWORD wgl_context::magic |
Definition at line 73 of file opengl32.h.
INT wgl_context::pixelformat |
Definition at line 80 of file opengl32.h.
Referenced by wglCopyContext(), and wglShareLists().
Definition at line 81 of file opengl32.h.
Referenced by wglMakeCurrent().