commit | 1feecd831003e693df95521a2baae4b9aec28843 | [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 | 3b0af8634efd41185ced91a7a77996e9075816b9 | |
parent | 24b62d0c41cf37ade751fe96a4888fbe7f61eb5a [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"