From e7940ddbf35cd752bbac793c0896463c2c58e599 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 8 Apr 2017 14:03:48 +0200 Subject: [PATCH] vo_opengl: fix a confused comment --- video/out/opengl/gl_headers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/opengl/gl_headers.h b/video/out/opengl/gl_headers.h index 9cc241f800..60eb0f744e 100644 --- a/video/out/opengl/gl_headers.h +++ b/video/out/opengl/gl_headers.h @@ -38,7 +38,7 @@ #define GL_RGBA16 0x805B #define GL_TEXTURE_RED_SIZE 0x805C -// --- GL 1.1 (probably?) +// --- GL 1.1 (removed from 3.0 core and not in GLES 2/3) #define GL_TEXTURE_LUMINANCE_SIZE 0x8060 #define GL_LUMINANCE8 0x8040