From 44644e69f04b40142c7ab0930c9ec3856c006a56 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 16 Apr 2016 16:16:50 +0200 Subject: vo_opengl: fix an outdated comment This wasn't updated over multiple iterations. --- video/out/opengl/common.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/video/out/opengl/common.c b/video/out/opengl/common.c index 46cbc2fc8c..30cce911e4 100644 --- a/video/out/opengl/common.c +++ b/video/out/opengl/common.c @@ -348,11 +348,9 @@ static const struct gl_functions gl_functions[] = { // Fill the GL struct with function pointers and extensions from the current // GL context. Called by the backend. -// getProcAddress: function to resolve function names, may be NULL +// get_fn: function to resolve function names // ext2: an extra extension string // log: used to output messages -// Note: if you create a CONTEXT_FORWARD_COMPATIBLE_BIT_ARB with OpenGL 3.0, -// you must append "GL_ARB_compatibility" to ext2. void mpgl_load_functions2(GL *gl, void *(*get_fn)(void *ctx, const char *n), void *fn_ctx, const char *ext2, struct mp_log *log) { -- cgit v1.2.3