summaryrefslogtreecommitdiffstats
path: root/src/render/backend/rendertechnique_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/rendertechnique_p.h')
-rw-r--r--src/render/backend/rendertechnique_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/render/backend/rendertechnique_p.h b/src/render/backend/rendertechnique_p.h
index af89832ce..bc379c769 100644
--- a/src/render/backend/rendertechnique_p.h
+++ b/src/render/backend/rendertechnique_p.h
@@ -73,24 +73,24 @@ public:
void updateFromPeer(QNode *peer) Q_DECL_OVERRIDE;
void sceneChangeEvent(const QSceneChangePtr &e);
- QList<QNodeUuid> parameters() const;
+ QList<QNodeId> parameters() const;
- void appendRenderPass(const QNodeUuid &renderPassId);
- void removeRenderPass(const QNodeUuid &renderPassId);
+ void appendRenderPass(const QNodeId &renderPassId);
+ void removeRenderPass(const QNodeId &renderPassId);
- void appendAnnotation(const QNodeUuid &criterionId);
- void removeAnnotation(const QNodeUuid &criterionId);
+ void appendAnnotation(const QNodeId &criterionId);
+ void removeAnnotation(const QNodeId &criterionId);
- QList<QNodeUuid> annotations() const;
- QList<QNodeUuid> renderPasses() const;
+ QList<QNodeId> annotations() const;
+ QList<QNodeId> renderPasses() const;
QOpenGLFilter *openGLFilter() const;
private:
QOpenGLFilter *m_openglFilter;
ParameterPack m_parameterPack;
- QList<QNodeUuid> m_annotationList;
- QList<QNodeUuid> m_renderPasses;
+ QList<QNodeId> m_annotationList;
+ QList<QNodeId> m_renderPasses;
};
} // namespace Render