DOCS/man/options: mention the new priority list usage of --gpu-context

The settings list conversion means a custom priority list can now be used.
This commit is contained in:
nanahi 2024-04-15 23:40:11 -04:00 committed by Kacper Michajłow
parent 2533ea764f
commit e968a505d6
1 changed files with 7 additions and 5 deletions

View File

@ -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