summaryrefslogtreecommitdiffstats
path: root/libmpv/opengl_cb.h
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2018-01-14 15:10:40 -0500
committerKevin Mitchell <kevmitch@gmail.com>2018-01-14 15:23:19 -0800
commit17e7f653d3228e078a6958fe1fce120679fff798 (patch)
tree8eafeda459cd07f0113089acea6cec1d8c1831a8 /libmpv/opengl_cb.h
parent3a76bfdccc83e928fe9e885b32e8dda3a10c69ae (diff)
downloadmpv-17e7f653d3228e078a6958fe1fce120679fff798.tar.bz2
mpv-17e7f653d3228e078a6958fe1fce120679fff798.tar.xz
libmpv/opengl_cb.h: mention OpenGL ES 2.0 support
opengl_cb.h should mention GLES 2.0 support, since this support is available. Now it does mention it.
Diffstat (limited to 'libmpv/opengl_cb.h')
-rw-r--r--libmpv/opengl_cb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libmpv/opengl_cb.h b/libmpv/opengl_cb.h
index ccafbf5839..4172611dc5 100644
--- a/libmpv/opengl_cb.h
+++ b/libmpv/opengl_cb.h
@@ -53,9 +53,10 @@ extern "C" {
* pointers returned by the get_proc_address callback in mpv_opengl_cb_init_gl.
* Generally, mpv will not load the system OpenGL library when using this API.
*
- * Only "desktop" OpenGL version 2.1 or later is supported. With OpenGL 2.1,
- * the GL_ARB_texture_rg is required. The renderer was written against
- * OpenGL 3.x core profile, with additional support for OpenGL 2.1.
+ * Only "desktop" OpenGL version 2.1 and later and OpenGL ES version 2.0 and
+ * later are supported. With OpenGL 2.1, the GL_ARB_texture_rg is required. The
+ * renderer was written for the OpenGL 3.x core profile, with additional support
+ * for OpenGL 2.1 and OpenGL ES 2.0.
*
* Note that some hardware decoding interop API (as set with the "hwdec" option)
* may actually access