summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.h
blob: f9961fee4872a3eb98df7763ccd46ed3cb954032 (plain)
1
2
3
4
5
6
7
8
9
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