glapi: Update specs to correctly list FramebufferTextureLayerARB as an alias of FramebufferTextureLayerEXT

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>
This commit is contained in:
Jeremy Huddleston
2011-06-15 17:30:56 -07:00
parent de77324d8f
commit fbd7448977

View File

@@ -38,7 +38,7 @@
<param name="texture" type="GLuint"/> <param name="texture" type="GLuint"/>
<param name="level" type="GLint"/> <param name="level" type="GLint"/>
</function> </function>
<function name="FramebufferTextureLayerARB" alias="FramebufferTextureLayer"> <function name="FramebufferTextureLayerARB" alias="FramebufferTextureLayerEXT">
<param name="target" type="GLenum"/> <param name="target" type="GLenum"/>
<param name="attachment" type="GLenum"/> <param name="attachment" type="GLenum"/>
<param name="texture" type="GLuint"/> <param name="texture" type="GLuint"/>