From 7c379ebe173b43e6ee76bc37a122aa4642bdf43e Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Tue, 25 Mar 2014 00:38:20 -0700 Subject: include/GLES3: add OpenGL ES 3.1 Headers From: http://www.khronos.org/registry/gles/api/GLES3/gl31.h http://www.khronos.org/registry/gles/api/GLES2/gl2ext.h http://www.khronos.org/registry/gles/api/GLES3/gl3platform.h Signed-off-by: Jordan Justen Reviewed-by: Brian Paul --- src/mapi/es2api/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapi/es2api/Makefile.am') diff --git a/src/mapi/es2api/Makefile.am b/src/mapi/es2api/Makefile.am index e694a36e5d3..c9dd1e0a269 100644 --- a/src/mapi/es2api/Makefile.am +++ b/src/mapi/es2api/Makefile.am @@ -41,6 +41,7 @@ GLES2_include_HEADERS = \ GLES3_includedir = $(includedir)/GLES3 GLES3_include_HEADERS = \ $(top_srcdir)/include/GLES3/gl3.h \ + $(top_srcdir)/include/GLES3/gl31.h \ $(top_srcdir)/include/GLES3/gl3ext.h \ $(top_srcdir)/include/GLES3/gl3platform.h -- cgit v1.2.3