summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qdispatchcompute.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qdispatchcompute.cpp')
-rw-r--r--src/render/framegraph/qdispatchcompute.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/render/framegraph/qdispatchcompute.cpp b/src/render/framegraph/qdispatchcompute.cpp
index 1d9b72ac1..5f83ffb53 100644
--- a/src/render/framegraph/qdispatchcompute.cpp
+++ b/src/render/framegraph/qdispatchcompute.cpp
@@ -95,15 +95,6 @@ void QDispatchCompute::setWorkGroupZ(int workGroupZ)
}
-void QDispatchCompute::copy(const Qt3DCore::QNode *ref)
-{
- QFrameGraphNode::copy(ref);
- const QDispatchCompute *dispatch = static_cast<const QDispatchCompute *>(ref);
- d_func()->m_workGroupX = dispatch->workGroupX();
- d_func()->m_workGroupY = dispatch->workGroupY();
- d_func()->m_workGroupZ = dispatch->workGroupZ();
-}
-
Qt3DCore::QNodeCreatedChangeBasePtr QDispatchCompute::createNodeCreationChange() const
{
auto creationChange = Qt3DCore::QNodeCreatedChangePtr<QDispatchComputeData>::create(this);