commit | b519abb606c819c446a408f422530268b21a100b | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 23 18:05:44 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Apr 23 18:05:44 2009 -0700 |
tree | 37c78c0040545fc90abc8823c2ac0cda87c1fe5e | |
parent | e1e08acf4135f24281f49aa83bdd705bb0d64f23 [diff] [blame] |
use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis.
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h index 392724f..fd97254 100644 --- a/opengl/libs/hooks.h +++ b/opengl/libs/hooks.h
@@ -77,6 +77,7 @@ struct gl_hooks_t { struct gl_t { #include "gl_entries.in" + #include "glext_entries.in" } gl; struct egl_t { #include "egl_entries.in"