summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.h
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2009-06-24 22:37:39 -0700
committer Mathias Agopian <mathias@google.com> 2009-06-25 00:02:44 -0700
commit8d2e83b9f44c7f2207a312fcfda8eb3a4c26745f (patch)
tree4627e6412931f53b9fa275783fc3701707f2ea24 /opengl/libagl/TextureObjectManager.h
parentaf74213546acc887b2b9e93459124cefd7f5e335 (diff)
Add eglGetRenderBufferANDROID() extension, which returns the current render buffer as an android_native_buffer_t*
Diffstat (limited to 'opengl/libagl/TextureObjectManager.h')
-rw-r--r--opengl/libagl/TextureObjectManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h
index 496e6947d7..279e0406c2 100644
--- a/opengl/libagl/TextureObjectManager.h
+++ b/opengl/libagl/TextureObjectManager.h
@@ -31,6 +31,7 @@
#include <GLES/gl.h>
#include <EGL/egl.h>
+#include <EGL/eglext.h>
#include "Tokenizer.h"
#include "TokenManager.h"