summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/shader_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/shader_p.h')
-rw-r--r--src/render/materialsystem/shader_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/materialsystem/shader_p.h b/src/render/materialsystem/shader_p.h
index d4839dba4..5b8cea106 100644
--- a/src/render/materialsystem/shader_p.h
+++ b/src/render/materialsystem/shader_p.h
@@ -78,7 +78,7 @@ public:
void cleanup();
void updateFromPeer(Qt3DCore::QNode *peer) Q_DECL_OVERRIDE;
- void updateUniforms(GraphicsContext *ctx, const QUniformPack &pack);
+ void updateUniforms(GraphicsContext *ctx, const ShaderParameterPack &pack);
void setFragOutputs(const QHash<QString, int> &fragOutputs);
QVector<QString> uniformsNames() const;