Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSGGuiThreadRenderLoop::WindowData Struct Reference
+ Collaboration diagram for QSGGuiThreadRenderLoop::WindowData:

Public Member Functions

 WindowData ()
 

Public Attributes

QRhirhi = nullptr
 
bool ownRhi = true
 
QSGRenderContextrc = nullptr
 
QElapsedTimer timeBetweenRenders
 
int sampleCount = 1
 
bool updatePending: 1
 
bool rhiDeviceLost: 1
 
bool rhiDoomed: 1
 

Detailed Description

Definition at line 144 of file qsgrenderloop.cpp.

Constructor & Destructor Documentation

◆ WindowData()

QSGGuiThreadRenderLoop::WindowData::WindowData ( )
inline

Definition at line 145 of file qsgrenderloop.cpp.

Member Data Documentation

◆ ownRhi

bool QSGGuiThreadRenderLoop::WindowData::ownRhi = true

Definition at line 151 of file qsgrenderloop.cpp.

◆ rc

QSGRenderContext* QSGGuiThreadRenderLoop::WindowData::rc = nullptr

Definition at line 152 of file qsgrenderloop.cpp.

◆ rhi

QRhi* QSGGuiThreadRenderLoop::WindowData::rhi = nullptr

Definition at line 150 of file qsgrenderloop.cpp.

◆ rhiDeviceLost

bool QSGGuiThreadRenderLoop::WindowData::rhiDeviceLost

Definition at line 156 of file qsgrenderloop.cpp.

◆ rhiDoomed

bool QSGGuiThreadRenderLoop::WindowData::rhiDoomed

Definition at line 157 of file qsgrenderloop.cpp.

◆ sampleCount

int QSGGuiThreadRenderLoop::WindowData::sampleCount = 1

Definition at line 154 of file qsgrenderloop.cpp.

◆ timeBetweenRenders

QElapsedTimer QSGGuiThreadRenderLoop::WindowData::timeBetweenRenders

Definition at line 153 of file qsgrenderloop.cpp.

◆ updatePending

bool QSGGuiThreadRenderLoop::WindowData::updatePending

Definition at line 155 of file qsgrenderloop.cpp.


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