Qt 6.x
The Qt SDK
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

HWND QOpenGLContextData::hwnd = nullptr

◆ renderingContext


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