Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSGGuiThreadRenderLoop::WindowData Struct Reference
Collaboration diagram for QSGGuiThreadRenderLoop::WindowData:

Public Member Functions

 WindowData ()
 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 145 of file qsgrenderloop.cpp.

Constructor & Destructor Documentation

◆ WindowData() [1/2]

QSGGuiThreadRenderLoop::WindowData::WindowData ( )
inline

Definition at line 146 of file qsgrenderloop.cpp.

References rhiDeviceLost, rhiDoomed, and updatePending.

◆ WindowData() [2/2]

QSGGuiThreadRenderLoop::WindowData::WindowData ( )
inline

Definition at line 146 of file qsgrenderloop.cpp.

Member Data Documentation

◆ ownRhi

bool QSGGuiThreadRenderLoop::WindowData::ownRhi = true

Definition at line 152 of file qsgrenderloop.cpp.

Referenced by QSGGuiThreadRenderLoop::ensureRhi().

◆ rc

QSGRenderContext * QSGGuiThreadRenderLoop::WindowData::rc = nullptr

◆ rhi

QRhi * QSGGuiThreadRenderLoop::WindowData::rhi = nullptr

◆ rhiDeviceLost

bool QSGGuiThreadRenderLoop::WindowData::rhiDeviceLost

Definition at line 157 of file qsgrenderloop.cpp.

Referenced by WindowData(), and QSGGuiThreadRenderLoop::ensureRhi().

◆ rhiDoomed

bool QSGGuiThreadRenderLoop::WindowData::rhiDoomed

Definition at line 158 of file qsgrenderloop.cpp.

Referenced by WindowData(), and QSGGuiThreadRenderLoop::ensureRhi().

◆ sampleCount

int QSGGuiThreadRenderLoop::WindowData::sampleCount = 1

Definition at line 155 of file qsgrenderloop.cpp.

Referenced by QSGGuiThreadRenderLoop::ensureRhi().

◆ timeBetweenRenders

QElapsedTimer QSGGuiThreadRenderLoop::WindowData::timeBetweenRenders

Definition at line 154 of file qsgrenderloop.cpp.

◆ updatePending

bool QSGGuiThreadRenderLoop::WindowData::updatePending

Definition at line 156 of file qsgrenderloop.cpp.

Referenced by WindowData(), and QSGGuiThreadRenderLoop::renderWindow().


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