summaryrefslogtreecommitdiffstats
path: root/src/render/backend/renderqueue_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/renderqueue_p.h')
-rw-r--r--src/render/backend/renderqueue_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/backend/renderqueue_p.h b/src/render/backend/renderqueue_p.h
index 49316049b..611f5849a 100644
--- a/src/render/backend/renderqueue_p.h
+++ b/src/render/backend/renderqueue_p.h
@@ -77,9 +77,13 @@ public:
void reset();
void setNoRender();
+ inline bool isNoRender() const { return m_noRender; }
+
+ inline bool wasReset() const { return m_wasReset; }
private:
bool m_noRender;
+ bool m_wasReset;
int m_targetRenderViewCount;
int m_currentRenderViewCount;
QVector<RenderView *> m_currentWorkQueue;