ReactOS 0.4.15-dev-7953-g1f49173
wgl_context Struct Reference

#include <opengl32.h>

Collaboration diagram for wgl_context:

Public Attributes

DWORD magic
 
volatile LONG lock
 
LIST_ENTRY ListEntry
 
DHGLRC dhglrc
 
struct ICD_Dataicd_data
 
INT pixelformat
 
volatile LONG thread_id
 

Detailed Description

Definition at line 71 of file opengl32.h.

Member Data Documentation

◆ dhglrc

DHGLRC wgl_context::dhglrc

◆ icd_data

struct ICD_Data* wgl_context::icd_data

Definition at line 79 of file opengl32.h.

Referenced by wglCopyContext(), wglMakeCurrent(), and wglShareLists().

◆ ListEntry

LIST_ENTRY wgl_context::ListEntry

Definition at line 76 of file opengl32.h.

Referenced by IntDeleteAllContexts().

◆ lock

volatile LONG wgl_context::lock

Definition at line 74 of file opengl32.h.

◆ magic

DWORD wgl_context::magic

Definition at line 73 of file opengl32.h.

◆ pixelformat

INT wgl_context::pixelformat

Definition at line 80 of file opengl32.h.

Referenced by wglCopyContext(), and wglShareLists().

◆ thread_id

volatile LONG wgl_context::thread_id

Definition at line 81 of file opengl32.h.

Referenced by wglMakeCurrent().


The documentation for this struct was generated from the following file: