From 17e7f653d3228e078a6958fe1fce120679fff798 Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Sun, 14 Jan 2018 15:10:40 -0500 Subject: 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. --- libmpv/opengl_cb.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libmpv/opengl_cb.h') 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 -- cgit v1.2.3