summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/framegraphnode_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-12-04 10:40:02 +0100
committerSean Harmer <sean.harmer@kdab.com>2015-12-07 19:07:03 +0000
commit2bf03c849a5a85d2963c81fe162459b5be1d4865 (patch)
treee8108da7162bacdef9506dcb6bb9ec453716f964 /src/render/framegraph/framegraphnode_p.h
parent4db53c73453094a9a68e8ff7194b1bd99f2bc4cb (diff)
BackendNode for QComputeDispatch
Change-Id: I41a027b073ee5cb253f7b37244ad887acff4f909 Reviewed-by: Sean Harmer <sean.harmer@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 b068b103a..764314438 100644
--- a/src/render/framegraph/framegraphnode_p.h
+++ b/src/render/framegraph/framegraphnode_p.h
@@ -82,7 +82,8 @@ public:
StateSet,
NoDraw,
FrustumCulling,
- Lighting
+ Lighting,
+ ComputeDispatch
};
FrameGraphNodeType nodeType() const { return m_nodeType; }