summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 0707f36224..c8f484aa72 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -618,11 +618,11 @@ Available video output drivers are:
``ubo``
Upload these weights via uniform buffer objects. This is the
- default. (requires OpenGL 3.1)
+ default. (requires OpenGL 3.1 / GLES 3.0)
``shader``
Hard code all the weights into the shader source code. (requires
- OpenGL 3.3)
+ OpenGL 3.3 / GLES 3.0)
``pre-shaders=<files>``, ``post-shaders=<files>``, ``scale-shader=<file>``