25class Q_QUICK_EXPORT QSGRenderNodePrivate
28 QSGRenderNodePrivate();
30 static QSGRenderNodePrivate *get(QSGRenderNode *node) {
return node->d; }
32 const QMatrix4x4 *m_matrix;
33 const QSGClipNode *m_clip_list;
36 QVarLengthArray<QMatrix4x4, 1> m_projectionMatrix;
37 QMatrix4x4 m_localMatrix;