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:
parent
5bd6b76f5c
commit
f7c81c03b2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user