diff options
author | Nanley Chery <[email protected]> | 2015-04-28 14:41:49 -0700 |
---|---|---|
committer | Nanley Chery <[email protected]> | 2015-08-26 14:36:42 -0700 |
commit | e9fd8e154fdb0394cbaed5e14ac52e689a020ebe (patch) | |
tree | 2bdd5b5062ad4523a0cdde6047c305278bc0801f /src/mapi/glapi/gen/gl_API.xml | |
parent | 8ae37365f30594498184fe5428f961a9c310fd8c (diff) |
glapi: add support for KHR_texture_compression_astc_ldr
v2: correct the spelling of the sRGB variants.
remove spaces around "=" when setting the enum value.
Reviewed-by: Anuj Phogat <[email protected]>
Signed-off-by: Nanley Chery <[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 658efa485f6..f0dcdca2aee 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8168,7 +8168,7 @@ <xi:include href="ARB_texture_storage.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> -<!-- ARB extension #118 --> +<xi:include href="KHR_texture_compression_astc.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <xi:include href="KHR_debug.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> |