1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

vo_opengl: angle: log extension string

This commit is contained in:
wm4 2016-05-13 14:51:14 +02:00
parent 5bd6b76f5c
commit f7c81c03b2

View File

@ -200,6 +200,10 @@ static int angle_init(struct MPGLContext *ctx, int flags)
mpgl_load_functions(ctx->gl, get_proc_address, NULL, vo->log);
const char *exts = eglQueryString(p->egl_display, EGL_EXTENSIONS);
if (exts)
MP_DBG(ctx->vo, "EGL extensions: %s\n", exts);
return 0;
fail: