![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsglcontext.h>
Collaboration diagram for QOpenGLContextData:Public Member Functions | |
| QOpenGLContextData (HGLRC r, HWND h, HDC d) | |
| QOpenGLContextData () | |
Public Attributes | |
| HGLRC | renderingContext = nullptr |
| HWND | hwnd = nullptr |
| HDC | hdc = nullptr |
Definition at line 37 of file qwindowsglcontext.h.
|
inline |
Definition at line 39 of file qwindowsglcontext.h.
|
inline |
Definition at line 40 of file qwindowsglcontext.h.
| HDC QOpenGLContextData::hdc = nullptr |
Definition at line 44 of file qwindowsglcontext.h.
Referenced by QOpenGLTemporaryContext::QOpenGLTemporaryContext(), QOpenGLTemporaryContext::~QOpenGLTemporaryContext(), and QWindowsGLContext::makeCurrent().
| HWND QOpenGLContextData::hwnd = nullptr |
Definition at line 43 of file qwindowsglcontext.h.
Referenced by QOpenGLTemporaryContext::~QOpenGLTemporaryContext(), and QWindowsGLContext::makeCurrent().
| HGLRC QOpenGLContextData::renderingContext = nullptr |
Definition at line 42 of file qwindowsglcontext.h.
Referenced by QOpenGLTemporaryContext::QOpenGLTemporaryContext(), QOpenGLTemporaryContext::~QOpenGLTemporaryContext(), and QWindowsGLContext::makeCurrent().