|
Blender V4.3
|
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 |
Definition at line 313 of file GHOST_ContextWGL.cc.
|
inline |
Definition at line 331 of file GHOST_ContextWGL.cc.
References choose_pixel_format_legacy(), clone_window(), dummyHDC, dummyHGLRC, dummyHWND, dummyPixelFormat, has_WGL_ARB_create_context, has_WGL_ARB_create_context_profile, has_WGL_ARB_create_context_robustness, has_WGL_ARB_pixel_format, preferredPFD, prevHDC, and prevHGLRC.
|
inline |
Definition at line 427 of file GHOST_ContextWGL.cc.
References dummyHDC, dummyHGLRC, dummyHWND, prevHDC, and prevHGLRC.
| HDC DummyContextWGL::dummyHDC = nullptr |
Definition at line 316 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and ~DummyContextWGL().
| HGLRC DummyContextWGL::dummyHGLRC = nullptr |
Definition at line 317 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and ~DummyContextWGL().
| HWND DummyContextWGL::dummyHWND = nullptr |
Definition at line 314 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and ~DummyContextWGL().
| int DummyContextWGL::dummyPixelFormat = 0 |
Definition at line 322 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL().
| bool DummyContextWGL::has_WGL_ARB_create_context = false |
Definition at line 327 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and GHOST_ContextWGL::initializeDrawingContext().
| bool DummyContextWGL::has_WGL_ARB_create_context_profile = false |
Definition at line 328 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and GHOST_ContextWGL::initializeDrawingContext().
| bool DummyContextWGL::has_WGL_ARB_create_context_robustness = false |
Definition at line 329 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and GHOST_ContextWGL::initializeDrawingContext().
| bool DummyContextWGL::has_WGL_ARB_pixel_format = false |
Definition at line 326 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and GHOST_ContextWGL::initializeDrawingContext().
| PIXELFORMATDESCRIPTOR DummyContextWGL::preferredPFD |
Definition at line 324 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and GHOST_ContextWGL::initializeDrawingContext().
| HDC DummyContextWGL::prevHDC = nullptr |
Definition at line 319 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and ~DummyContextWGL().
| HGLRC DummyContextWGL::prevHGLRC = nullptr |
Definition at line 320 of file GHOST_ContextWGL.cc.
Referenced by DummyContextWGL(), and ~DummyContextWGL().