0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

DOCS/options: clarify --spirv-compiler

This commit is contained in:
sfan5 2023-11-27 18:24:33 +01:00
parent 8efa6c3837
commit 1b035402a6

View File

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