24class Q_QUICK_EXPORT QSGRenderNodePrivate
27 QSGRenderNodePrivate();
29 static QSGRenderNodePrivate *get(QSGRenderNode *node) {
return node->d; }
31 const QMatrix4x4 *m_matrix;
32 const QSGClipNode *m_clip_list;
35 QVarLengthArray<QMatrix4x4, 1> m_projectionMatrix;
36 QMatrix4x4 m_localMatrix;