From 1feecd831003e693df95521a2baae4b9aec28843 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 23 Apr 2009 18:05:44 -0700 Subject: use gl.h to generate the *.in files. we are now supporting the full gl.h and glext.h apis. --- opengl/libs/hooks.h | 1 + 1 file changed, 1 insertion(+) (limited to 'opengl/libs/hooks.h') 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" -- cgit v1.2.3-59-g8ed1b