![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
Public Member Functions | |
BatchRootInfo () | |
Public Attributes | |
QSet< Node * > | subRoots |
Node * | parentRoot = nullptr |
int | lastOrder = -1 |
int | firstOrder = -1 |
int | availableOrders = 0 |
Definition at line 325 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 326 of file qsgbatchrenderer_p.h.
int QSGBatchRenderer::BatchRootInfo::availableOrders = 0 |
Definition at line 331 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::qsg_dumpShadowRoots(), and QSGBatchRenderer::Updater::visitGeometryNode().
int QSGBatchRenderer::BatchRootInfo::firstOrder = -1 |
Definition at line 330 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::qsg_dumpShadowRoots().
int QSGBatchRenderer::BatchRootInfo::lastOrder = -1 |
Definition at line 329 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::qsg_dumpShadowRoots().
Node* QSGBatchRenderer::BatchRootInfo::parentRoot = nullptr |
Definition at line 328 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::qsg_dumpShadowRoots(), and QSGBatchRenderer::Updater::visitGeometryNode().
Definition at line 327 of file qsgbatchrenderer_p.h.