summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1412726ef6..e3c05d44e8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6385,13 +6385,15 @@ them.
``--gpu-sw``
Continue even if a software renderer is detected.
-``--gpu-context=<sys>``
- The value ``auto`` (the default) selects the GPU context. You can also pass
- ``help`` to get a complete list of compiled in backends (sorted by
- autoprobe order).
+``--gpu-context=<context1,context2,...[,]>``
+ Specify a priority list of the GPU contexts to be used.
+ The value ``auto`` (the default) selects the GPU context with the default autoprobe
+ order. You can also pass ``help`` to get a complete list of compiled in backends
+ (sorted by the default autoprobe order).
auto
- auto-select (default)
+ auto-select (default). Note that this context must be used alone and
+ does not participate in the priority list.
win
Win32/WGL
winvk