![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
WindowData () | |
WindowData () |
Public Attributes | |
QRhi * | rhi = nullptr |
bool | ownRhi = true |
QSGRenderContext * | rc = nullptr |
QElapsedTimer | timeBetweenRenders |
int | sampleCount = 1 |
bool | updatePending: 1 |
bool | rhiDeviceLost: 1 |
bool | rhiDoomed: 1 |
Definition at line 145 of file qsgrenderloop.cpp.
|
inline |
Definition at line 146 of file qsgrenderloop.cpp.
References rhiDeviceLost, rhiDoomed, and updatePending.
|
inline |
Definition at line 146 of file qsgrenderloop.cpp.
bool QSGGuiThreadRenderLoop::WindowData::ownRhi = true |
Definition at line 152 of file qsgrenderloop.cpp.
Referenced by QSGGuiThreadRenderLoop::ensureRhi().
QSGRenderContext * QSGGuiThreadRenderLoop::WindowData::rc = nullptr |
Definition at line 153 of file qsgrenderloop.cpp.
Referenced by QSGGuiThreadRenderLoop::ensureRhi(), QSGGuiThreadRenderLoop::renderWindow(), and QSGGuiThreadRenderLoop::windowDestroyed().
QRhi * QSGGuiThreadRenderLoop::WindowData::rhi = nullptr |
Definition at line 151 of file qsgrenderloop.cpp.
Referenced by QSGGuiThreadRenderLoop::ensureRhi(), QSGGuiThreadRenderLoop::renderWindow(), and QSGGuiThreadRenderLoop::windowDestroyed().
bool QSGGuiThreadRenderLoop::WindowData::rhiDeviceLost |
Definition at line 157 of file qsgrenderloop.cpp.
Referenced by WindowData(), and QSGGuiThreadRenderLoop::ensureRhi().
bool QSGGuiThreadRenderLoop::WindowData::rhiDoomed |
Definition at line 158 of file qsgrenderloop.cpp.
Referenced by WindowData(), and QSGGuiThreadRenderLoop::ensureRhi().
int QSGGuiThreadRenderLoop::WindowData::sampleCount = 1 |
Definition at line 155 of file qsgrenderloop.cpp.
Referenced by QSGGuiThreadRenderLoop::ensureRhi().
QElapsedTimer QSGGuiThreadRenderLoop::WindowData::timeBetweenRenders |
Definition at line 154 of file qsgrenderloop.cpp.
bool QSGGuiThreadRenderLoop::WindowData::updatePending |
Definition at line 156 of file qsgrenderloop.cpp.
Referenced by WindowData(), and QSGGuiThreadRenderLoop::renderWindow().