diff options
author | Brian Paul <[email protected]> | 2011-10-31 10:52:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-31 10:52:56 -0600 |
commit | af95504dad2840c959013bc8a627340ff56c082c (patch) | |
tree | d27b35e289ad2e9e5d74e16ca528a568013f46b6 /src/mapi/glapi/gen/gl_API.xml | |
parent | 2e322bb8d18502833f8734f5ecc6770cbc4c93f0 (diff) |
glapi: new API specs for GL_ARB_texture_storage
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index a9be0036652..b115f458b9d 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -12420,6 +12420,8 @@ <xi:include href="ARB_texture_buffer_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> +<xi:include href="ARB_texture_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> + <xi:include href="ARB_vertex_type_2_10_10_10_rev.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> </OpenGLAPI> |