summaryrefslogtreecommitdiffstats
path: root/src/runtimerender/Qt3DSRenderShaderCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtimerender/Qt3DSRenderShaderCache.h')
-rw-r--r--src/runtimerender/Qt3DSRenderShaderCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtimerender/Qt3DSRenderShaderCache.h b/src/runtimerender/Qt3DSRenderShaderCache.h
index ca333c6..94080ed 100644
--- a/src/runtimerender/Qt3DSRenderShaderCache.h
+++ b/src/runtimerender/Qt3DSRenderShaderCache.h
@@ -123,7 +123,7 @@ namespace render {
ForceCompileProgram(CRegisteredString inKey, const char8_t *inVert, const char8_t *inFrag,
const char8_t *inTessCtrl, const char8_t *inTessEval,
const char8_t *inGeom, const SShaderCacheProgramFlags &inFlags,
- TShaderFeatureSet inFeatures, bool separableProgram,
+ TShaderFeatureSet inFeatures, QString &errors, bool separableProgram,
bool fromDisk = false) = 0;
// It is up to the caller to ensure that inFeatures contains unique keys.