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:
@@ -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"/>
|
||||||
|
Reference in New Issue
Block a user