![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qwindowsglcontext.h>
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.
HWND QOpenGLContextData::hwnd = nullptr |
Definition at line 43 of file qwindowsglcontext.h.
HGLRC QOpenGLContextData::renderingContext = nullptr |
Definition at line 42 of file qwindowsglcontext.h.