diff options
author | Dylan Noblesmith <[email protected]> | 2012-01-16 21:45:22 +0000 |
---|---|---|
committer | Dylan Noblesmith <[email protected]> | 2012-03-26 21:28:25 +0000 |
commit | faf954f15173d04afbdaa9998e3259045ed75396 (patch) | |
tree | bd8f4e3f820b11f7a79f2b3af4ef0a8ddc190dc0 /src/mapi/glapi/gen/gl_API.xml | |
parent | bae4cd6882fd69f3beac6d5c8dd33efb5b4ea777 (diff) |
glapi: add GL_ARB_texture_compression_rgtc
Noticed this was missing when writing the "glapi: sort ARB extensions
by number" commit, which at least shows it was effective.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index 2da411610d2..6726317634f 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -7916,7 +7916,7 @@ <xi:include href="ARB_texture_buffer_object.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- 52. GL_ARB_texture_compression_rgtc --> +<xi:include href="ARB_texture_compression_rgtc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="ARB_texture_rg.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |