![]() |
Qt 6.x
The Qt SDK
|
#include <qquickwindow_p.h>
Public Attributes | |
QRhiCommandBuffer * | commandBuffer = nullptr |
QQuickWindowRenderTarget | rt |
bool | renderTargetDirty = false |
Definition at line 203 of file qquickwindow_p.h.
QRhiCommandBuffer* QQuickWindowPrivate::Redirect::commandBuffer = nullptr |
Definition at line 204 of file qquickwindow_p.h.
Referenced by QQuickWindowPrivate::renderSceneGraph(), QSGRhiSupport::rifResource(), QQuickWindowPrivate::setCustomCommandBuffer(), and QQuickWindowPrivate::syncSceneGraph().
bool QQuickWindowPrivate::Redirect::renderTargetDirty = false |
Definition at line 206 of file qquickwindow_p.h.
Referenced by QQuickWindowPrivate::ensureCustomRenderTarget().
QQuickWindowRenderTarget QQuickWindowPrivate::Redirect::rt |
Definition at line 205 of file qquickwindow_p.h.
Referenced by QQuickWindowPrivate::~QQuickWindowPrivate(), QQuickWindowPrivate::ensureCustomRenderTarget(), QQuickWindowPrivate::renderSceneGraph(), and QSGRhiSupport::rifResource().