summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/egl_helpers.h')
-rw-r--r--video/out/opengl/egl_helpers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/video/out/opengl/egl_helpers.h b/video/out/opengl/egl_helpers.h
new file mode 100644
index 0000000000..f9961fee48
--- /dev/null
+++ b/video/out/opengl/egl_helpers.h
@@ -0,0 +1,10 @@
+#ifndef MP_GL_EGL_HELPERS_H
+#define MP_GL_EGL_HELPERS_H
+
+#include <EGL/egl.h>
+#include <EGL/eglext.h>
+
+struct GL;
+void mp_egl_get_depth(struct GL *gl, EGLConfig fbc);
+
+#endif