diff options
author | Niklas Haas <git@haasn.xyz> | 2017-09-26 17:46:29 +0200 |
---|---|---|
committer | Niklas Haas <git@haasn.xyz> | 2017-09-26 17:46:29 +0200 |
commit | 83678f76b7754a3ca1dfbf991eb8d9907c584087 (patch) | |
tree | ca08005f78f4f3933b7a12650e27ea584728c987 /DOCS/man | |
parent | e569050fe41c4d04e17af358bb3deed970f950f1 (diff) | |
download | mpv-83678f76b7754a3ca1dfbf991eb8d9907c584087.tar.bz2 mpv-83678f76b7754a3ca1dfbf991eb8d9907c584087.tar.xz |
manpage: document --gpu-api=vulkan
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index d6a0ea183c..7f963930e2 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4653,6 +4653,8 @@ The following video options are currently all specific to ``--vo=gpu`` and Use any available API (default) opengl Allow only OpenGL (requires OpenGL 2.1+ or GLES 2.0+) + vulkan + Allow only Vulkan (requires a valid/working ``--spirv-compiler``) ``--opengl-es=<mode>`` Controls which type of OpenGL context will be accepted: |