31 Q_DECLARE_PUBLIC(QSGAbstractRenderer)
33 static const QSGAbstractRendererPrivate *get(
const QSGAbstractRenderer *q) {
return q->d_func(); }
35 QSGAbstractRendererPrivate();
36 void updateProjectionMatrix();
38 QSGRootNode *m_root_node;
42 QRect m_viewport_rect;
44 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix;
45 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix_native_ndc;
46 uint m_invertFrontFace : 1;