glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias of Frame...
authorJeremy Huddleston <jeremyhu@apple.com>
Thu, 16 Jun 2011 00:30:56 +0000 (17:30 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Mon, 20 Jun 2011 23:54:58 +0000 (16:54 -0700)
FramebufferTextureLayer is an alias of FramebufferTextureLayerEXT, so
FramebufferTextureLayerARB needs to be listed as an alias of
FramebufferTextureLayerEXT rather than FramebufferTextureLayer.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
src/mapi/glapi/gen/ARB_geometry_shader4.xml

index ca9a101a0ee4b2d0e8a6934cd3691ea8449b629a..d9e540fc94d0a1102e52c3c3af4afb3324b86e72 100644 (file)
@@ -38,7 +38,7 @@
         <param name="texture" type="GLuint"/>
         <param name="level" type="GLint"/>
     </function>
-    <function name="FramebufferTextureLayerARB" alias="FramebufferTextureLayer">
+    <function name="FramebufferTextureLayerARB" alias="FramebufferTextureLayerEXT">
         <param name="target" type="GLenum"/>
         <param name="attachment" type="GLenum"/>
         <param name="texture" type="GLuint"/>