summaryrefslogtreecommitdiff
path: root/src/location/doc/src/plugins/mapboxgl.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/doc/src/plugins/mapboxgl.qdoc')
-rw-r--r--src/location/doc/src/plugins/mapboxgl.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/location/doc/src/plugins/mapboxgl.qdoc b/src/location/doc/src/plugins/mapboxgl.qdoc
index 9269bfdf..29a5cb20 100644
--- a/src/location/doc/src/plugins/mapboxgl.qdoc
+++ b/src/location/doc/src/plugins/mapboxgl.qdoc
@@ -101,5 +101,15 @@ The following table lists optional parameters that can be passed to the Mapbox p
\li Cache size for map resources in bytes.
The default size of this cache is 50 MiB.
Make sure to comply with Mapbox Terms of Service before increasing this value.
+\row
+ \li mapboxgl.use_fbo
+ \li Sets whether to use a framebuffer object to render Mapbox GL Native.
+ Valid values are \b true and \b false. The default value is \b true. When
+ set to \b false, the map is rendered issuing OpenGL commands directly,
+ through a QSGRenderNode, to improve the rendering performance. This mode is
+ experimental, and it does not support QQuickItem transformations nor stencil
+ clipping. It might be also produce rendering artifacts e.g. when adding it
+ inside a \l{QtQuick::Flipable}{Flipable} item.
+
\endtable
*/