diff options
author | Jordan Justen <[email protected]> | 2014-03-25 00:38:20 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2014-04-01 09:30:32 -0700 |
commit | 7c379ebe173b43e6ee76bc37a122aa4642bdf43e (patch) | |
tree | ec83de8f8202c33260476c6bb30d5b2f6f0d6ef3 /src/mapi/es2api | |
parent | 526e49290cd2d83fb931708a786c27647972a00c (diff) |
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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/es2api')
-rw-r--r-- | src/mapi/es2api/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |