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-30 13:20:55 +0100
commit0a18b177d75d5cacf218d24651d36f0d89ad1db9 (patch)
treec921fcc50896680c4123144f7c51693fa44aa6be
parent898a34fa01eb9e01573843fa17ab5531e3c45478 (diff)
Doc: Add WebGL feature
Fixes: QTBUG-106503 Change-Id: I280be8707e803b6f01dbdffb76ab9cbce182b7af Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 13345c1de2c5cc59335a42d6928cfaecaffd6a58)
-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