summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/shadercache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/shadercache_p.h')
-rw-r--r--src/render/materialsystem/shadercache_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/materialsystem/shadercache_p.h b/src/render/materialsystem/shadercache_p.h
index 3cbc6bd0c..24a55876e 100644
--- a/src/render/materialsystem/shadercache_p.h
+++ b/src/render/materialsystem/shadercache_p.h
@@ -79,6 +79,7 @@ public:
// Only ever used from the OpenGL submission thread
QOpenGLShaderProgram *getShaderProgramForDNA(ProgramDNA dna) const;
+ QVector<Qt3DCore::QNodeId> shaderIdsForProgram(ProgramDNA dna) const;
private:
// Only ever used from the OpenGL submission thread