diff options
author | 2009-04-23 18:05:44 -0700 | |
---|---|---|
committer | 2009-04-23 18:05:44 -0700 | |
commit | 1feecd831003e693df95521a2baae4b9aec28843 (patch) | |
tree | 3b0af8634efd41185ced91a7a77996e9075816b9 /opengl/libs/hooks.h | |
parent | 24b62d0c41cf37ade751fe96a4888fbe7f61eb5a (diff) |
use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis.
Diffstat (limited to 'opengl/libs/hooks.h')
-rw-r--r-- | opengl/libs/hooks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/hooks.h b/opengl/libs/hooks.h index 392724fe5e90..fd9725468a20 100644 --- a/opengl/libs/hooks.h +++ b/opengl/libs/hooks.h @@ -77,6 +77,7 @@ enum { struct gl_hooks_t { struct gl_t { #include "gl_entries.in" + #include "glext_entries.in" } gl; struct egl_t { #include "egl_entries.in" |