summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-04-24 13:43:56 +0100
committerMike Krus <mike.krus@kdab.com>2020-04-27 11:57:33 +0100
commit6c1758d35e20655f46ba3696671068f4862c8878 (patch)
treed4b4fc2ae8f5a4512de4eb015667b024b6a8e6b9 /src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h
parentb7967a8abcdac438a1f31800b71e219e3c52c24a (diff)
parent37735f11f9437b916b194cfd48c452c7c70682f8 (diff)
Merge remote-tracking branch 'origin/5.15' into dev
Diffstat (limited to 'src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h')
-rw-r--r--src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h b/src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h
index cd5af8124..8c9997827 100644
--- a/src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h
+++ b/src/plugins/renderers/opengl/jobs/materialparametergathererjob_p.h
@@ -71,6 +71,7 @@ namespace OpenGL {
class Renderer;
// TO be executed for each FrameGraph branch with a given RenderPassFilter/TechniqueFilter
+class MaterialParameterGathererJobPrivate;
class Q_AUTOTEST_EXPORT MaterialParameterGathererJob : public Qt3DCore::QAspectJob
{
@@ -96,6 +97,8 @@ private:
// Material id to array of RenderPasse with parameters
MaterialParameterGathererData m_parameters;
QVector<HMaterial> m_handles;
+
+ Q_DECLARE_PRIVATE(MaterialParameterGathererJob)
};
typedef QSharedPointer<MaterialParameterGathererJob> MaterialParameterGathererJobPtr;