summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraphnode_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2019-01-08 09:10:48 +0100
committerPaul Lemire <paul.lemire@kdab.com>2019-02-28 07:40:59 +0000
commite95c9eb84178667a9de5ea0cb9dedb1c9acbc000 (patch)
tree53612169c12c228cf3f8ca2e845a91e97765f8c9 /src/render/framegraph/framegraphnode_p.h
parent6cb3fa6f4d7b3a504bba063d964a8a5868559ba5 (diff)
Add QNoPicking FrameGraph node
Allows to disable execution of picking computations for a specific FrameGraph branch. [ChangeLog][Qt3DRender] QNoPicking: control picking execution in the FrameGraph Change-Id: I5e82eeee9d04d48cfc39a6126d30d36eab61ea77 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/render/framegraph/framegraphnode_p.h')
-rw-r--r--src/render/framegraph/framegraphnode_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/framegraph/framegraphnode_p.h b/src/render/framegraph/framegraphnode_p.h
index 87d5c79e8..5bd9b1b12 100644
--- a/src/render/framegraph/framegraphnode_p.h
+++ b/src/render/framegraph/framegraphnode_p.h
@@ -103,7 +103,8 @@ public:
ProximityFilter,
BlitFramebuffer,
SetFence,
- WaitFence
+ WaitFence,
+ NoPicking
};
FrameGraphNodeType nodeType() const { return m_nodeType; }