Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLContextData Struct Reference

#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
 

Detailed Description

Definition at line 37 of file qwindowsglcontext.h.

Constructor & Destructor Documentation

◆ QOpenGLContextData() [1/2]

QOpenGLContextData::QOpenGLContextData ( HGLRC r,
HWND h,
HDC d )
inline

Definition at line 39 of file qwindowsglcontext.h.

◆ QOpenGLContextData() [2/2]

QOpenGLContextData::QOpenGLContextData ( )
inline

Definition at line 40 of file qwindowsglcontext.h.

Member Data Documentation

◆ hdc

◆ hwnd

◆ renderingContext


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