summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qviewport_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qviewport_p.h')
-rw-r--r--src/render/framegraph/qviewport_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/framegraph/qviewport_p.h b/src/render/framegraph/qviewport_p.h
index 790cd3d06..4c82f38b3 100644
--- a/src/render/framegraph/qviewport_p.h
+++ b/src/render/framegraph/qviewport_p.h
@@ -67,11 +67,13 @@ public :
Q_DECLARE_PUBLIC(QViewport)
QRectF m_normalizedRect;
QColor m_clearColor;
+ float m_gamma;
};
struct QViewportData
{
QRectF normalizedRect;
+ float gamma;
};
} // namespace Qt3DRender