diff options
Diffstat (limited to 'opengl/libs/egl_impl.h')
| -rw-r--r-- | opengl/libs/egl_impl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h index ac286cb..1fba209f7 100644 --- a/opengl/libs/egl_impl.h +++ b/opengl/libs/egl_impl.h @@ -23,18 +23,19 @@ #include <EGL/eglext.h> #include <EGL/eglplatform.h> +#include "hooks.h" + // ---------------------------------------------------------------------------- namespace android { // ---------------------------------------------------------------------------- -struct gl_hooks_t; - struct egl_connection_t { void * dso; - gl_hooks_t * hooks; + gl_hooks_t * hooks[2]; EGLint major; EGLint minor; + egl_t egl; }; EGLAPI EGLImageKHR egl_get_image_for_current_context(EGLImageKHR image); |
