diff options
Diffstat (limited to 'opengl/libs/egl_impl.h')
-rw-r--r-- | opengl/libs/egl_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opengl/libs/egl_impl.h b/opengl/libs/egl_impl.h index 312b176..c5f753d 100644 --- a/opengl/libs/egl_impl.h +++ b/opengl/libs/egl_impl.h @@ -31,13 +31,15 @@ struct gl_hooks_t; struct egl_connection_t { - void volatile * dso; + void * dso; gl_hooks_t * hooks; EGLint major; EGLint minor; int unavailable; }; +EGLAPI EGLImageKHR egl_get_image_for_current_context(EGLImageKHR image); + // ---------------------------------------------------------------------------- }; // namespace android // ---------------------------------------------------------------------------- |