commit | 8d2e83b9f44c7f2207a312fcfda8eb3a4c26745f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Jun 24 22:37:39 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Jun 25 00:02:44 2009 -0700 |
tree | 4627e6412931f53b9fa275783fc3701707f2ea24 | |
parent | af74213546acc887b2b9e93459124cefd7f5e335 [diff] [blame] |
Add eglGetRenderBufferANDROID() extension, which returns the current render buffer as an android_native_buffer_t*
diff --git a/opengl/libagl/TextureObjectManager.h b/opengl/libagl/TextureObjectManager.h index 496e694..279e040 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"