30 Q_DECLARE_PUBLIC(QSGAbstractRenderer)
32 static const QSGAbstractRendererPrivate *get(
const QSGAbstractRenderer *q) {
return q->d_func(); }
34 QSGAbstractRendererPrivate();
35 void updateProjectionMatrix();
37 QSGRootNode *m_root_node;
41 QRect m_viewport_rect;
43 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix;
44 QVarLengthArray<QMatrix4x4, 1> m_projection_matrix_native_ndc;
45 uint m_invertFrontFace : 1;