summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2022-11-02 19:12:01 +0100
committerMichal Klocek <michal.klocek@qt.io>2022-11-22 07:24:12 +0000
commit13345c1de2c5cc59335a42d6928cfaecaffd6a58 (patch)
treefb7dd6af4238dfc362480d0c8d78808d1b0f4027
parent147bf5922e4e287aff1d196e48451bf8767205aa (diff)
Doc: Add WebGL feature
Fixes: QTBUG-106503 Pick-to: 6.4 Change-Id: I280be8707e803b6f01dbdffb76ab9cbce182b7af Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/core/doc/src/qtwebengine-features.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core/doc/src/qtwebengine-features.qdoc b/src/core/doc/src/qtwebengine-features.qdoc
index 442f19b8a..33f1a54fa 100644
--- a/src/core/doc/src/qtwebengine-features.qdoc
+++ b/src/core/doc/src/qtwebengine-features.qdoc
@@ -33,6 +33,7 @@
\li \l{Touch}
\li \l{View Source}
\li \l{Web Notifications}
+ \li \l{WebGL}
\li \l{webrtc_feature}{WebRTC}
\endlist
@@ -682,6 +683,16 @@
Support for this feature was added in Qt 5.13.0.
+ \section1 WebGL
+
+ \QWE supports WebGL for some graphics stacks setups. A user can visit the
+ chrome://gpu page using the QtWebEngine powered application. The \e {Graphics Feature Status}
+ overview states if WebGL is supported for the current platform setup. A user can also
+ check the \l {https://webglreport.com}{WebGL Report}.
+
+ The WebGL support is enabled by default. You can disable it with the
+ \l QWebEngineSettings::WebGLEnabled setting.
+
\target webrtc_feature
\section1 WebRTC