diff options
author | Dave Airlie <[email protected]> | 2012-11-03 20:36:21 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-11-09 09:24:41 +1000 |
commit | d078c4fb922c6390953f0e9740956b474e3e822f (patch) | |
tree | 38221719ace30455afd568f190508f9232ee48cd /src/mapi/glapi/gen/gl_API.xml | |
parent | 037b4f80384c72c12e31192d1a30411d4660972d (diff) |
glapi: add ARB_texture_cube_map_array.
This adds the ARB_texture_cube_map_array enums.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Signed-off-by: Dave Airlie <[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 01d2a9cd2d4..9645fdb814a 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -8174,7 +8174,7 @@ <xi:include href="AMD_draw_buffers_blend.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- 70. GL_ARB_sample_shading --> -<!-- 71. GL_ARB_texture_cube_map_array --> +<xi:include href="ARB_texture_cube_map_array.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> <!-- 72. GL_ARB_texture_gather --> <!-- 73. GL_ARB_texture_query_lod --> |