summaryrefslogtreecommitdiffstats
path: root/src/api/studio3d/q3dspresentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/studio3d/q3dspresentation.h')
-rw-r--r--src/api/studio3d/q3dspresentation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/studio3d/q3dspresentation.h b/src/api/studio3d/q3dspresentation.h
index 44bcad5..6d25a74 100644
--- a/src/api/studio3d/q3dspresentation.h
+++ b/src/api/studio3d/q3dspresentation.h
@@ -97,6 +97,10 @@ public:
bool binaryShaders);
Q_REVISION(1) Q_INVOKABLE void exportShaderCache(bool binaryShaders);
void exportShaderCache(QByteArray &cacheData, bool binaryShaders);
+ Q_REVISION(2) Q_INVOKABLE void exportShaderCache(const QUrl &shaderCacheFile,
+ bool binaryShaders, int compressionLevel);
+ Q_REVISION(2) Q_INVOKABLE void exportShaderCache(bool binaryShaders, int compressionLevel);
+ void exportShaderCache(QByteArray &cacheData, bool binaryShaders, int compressionLevel);
void setShaderCacheData(const QByteArray &shaderCache);
QUrl shaderCacheFile() const;