Blender V5.0
DummyContextWGL Struct Reference

Public Member Functions

 DummyContextWGL (HDC hDC, HWND hWnd, bool stereoVisual, bool needAlpha)
 ~DummyContextWGL ()

Public Attributes

HWND dummyHWND = nullptr
HDC dummyHDC = nullptr
HGLRC dummyHGLRC = nullptr
HDC prevHDC = nullptr
HGLRC prevHGLRC = nullptr
int dummyPixelFormat = 0
PIXELFORMATDESCRIPTOR preferredPFD
bool has_WGL_ARB_pixel_format = false
bool has_WGL_ARB_create_context = false
bool has_WGL_ARB_create_context_profile = false
bool has_WGL_ARB_create_context_robustness = false

Detailed Description

Definition at line 314 of file GHOST_ContextWGL.cc.

Constructor & Destructor Documentation

◆ DummyContextWGL()

DummyContextWGL::DummyContextWGL ( HDC hDC,
HWND hWnd,
bool stereoVisual,
bool needAlpha )
inline

◆ ~DummyContextWGL()

DummyContextWGL::~DummyContextWGL ( )
inline

Definition at line 422 of file GHOST_ContextWGL.cc.

References dummyHDC, dummyHGLRC, dummyHWND, prevHDC, and prevHGLRC.

Member Data Documentation

◆ dummyHDC

HDC DummyContextWGL::dummyHDC = nullptr

Definition at line 317 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL(), and ~DummyContextWGL().

◆ dummyHGLRC

HGLRC DummyContextWGL::dummyHGLRC = nullptr

Definition at line 318 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL(), and ~DummyContextWGL().

◆ dummyHWND

HWND DummyContextWGL::dummyHWND = nullptr

Definition at line 315 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL(), and ~DummyContextWGL().

◆ dummyPixelFormat

int DummyContextWGL::dummyPixelFormat = 0

Definition at line 323 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL().

◆ has_WGL_ARB_create_context

bool DummyContextWGL::has_WGL_ARB_create_context = false

◆ has_WGL_ARB_create_context_profile

bool DummyContextWGL::has_WGL_ARB_create_context_profile = false

◆ has_WGL_ARB_create_context_robustness

bool DummyContextWGL::has_WGL_ARB_create_context_robustness = false

◆ has_WGL_ARB_pixel_format

bool DummyContextWGL::has_WGL_ARB_pixel_format = false

◆ preferredPFD

PIXELFORMATDESCRIPTOR DummyContextWGL::preferredPFD

◆ prevHDC

HDC DummyContextWGL::prevHDC = nullptr

Definition at line 320 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL(), and ~DummyContextWGL().

◆ prevHGLRC

HGLRC DummyContextWGL::prevHGLRC = nullptr

Definition at line 321 of file GHOST_ContextWGL.cc.

Referenced by DummyContextWGL(), and ~DummyContextWGL().


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