summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/webgl/qwebglcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/webgl/qwebglcontext.h')
-rw-r--r--src/plugins/platforms/webgl/qwebglcontext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/webgl/qwebglcontext.h b/src/plugins/platforms/webgl/qwebglcontext.h
index 7f7b7d7..4ba312d 100644
--- a/src/plugins/platforms/webgl/qwebglcontext.h
+++ b/src/plugins/platforms/webgl/qwebglcontext.h
@@ -60,6 +60,9 @@ public:
static QWebGLFunctionCall *createEvent(const QString &functionName, bool wait = false);
static QVariant queryValue(int id);
+ static QStringList supportedFunctions();
+ static quint8 functionIndex(const QString &functionName);
+
private:
Q_DISABLE_COPY(QWebGLContext)
Q_DECLARE_PRIVATE(QWebGLContext)