summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2023-11-27 18:24:33 +0100
committersfan5 <sfan5@live.de>2023-11-27 18:24:55 +0100
commit1b035402a688a5d116a9014e8930d7863481eeed (patch)
tree1a8984e4b1f2c116a7a53121d769899e4568112a /DOCS/man/options.rst
parent8efa6c383709fcfb8871e0168e8aa3f97892e4f4 (diff)
downloadmpv-1b035402a688a5d116a9014e8930d7863481eeed.tar.bz2
mpv-1b035402a688a5d116a9014e8930d7863481eeed.tar.xz
DOCS/options: clarify --spirv-compiler
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 45dc0e317f..cc49d18860 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5799,8 +5799,8 @@ them.
``--spirv-compiler=<compiler>``
Controls which compiler is used to translate GLSL to SPIR-V. This is
- (currently) only relevant for ``--gpu-api=vulkan`` and `--gpu-api=d3d11`.
- The possible choices are currently only:
+ only relevant for ``--gpu-api=d3d11`` with ``--vo=gpu``.
+ The possible choices are currently:
auto
Use the first available compiler. (Default)
@@ -5810,7 +5810,7 @@ them.
.. note::
- This option is deprecated, since there is only one reasonable value.
+ This option is deprecated, since there is only one usable value.
It may be removed in the future.
``--glsl-shader=<file>``, ``--glsl-shaders=<file-list>``