summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Höglund <fredrik@kde.org>2014-02-11 22:37:17 +0100
committerFredrik Höglund <fredrik@kde.org>2014-02-12 00:56:58 +0100
commit30de2e86ea49530241dae884d0c83d2c953b54d5 (patch)
treef51ae0a9bb519359b6136f1f7b4f7b49c3c5397c
parentfea4a8feee978b8f847fce3ee381622327998c02 (diff)
Add aliases for EXT_texture_storage
-rw-r--r--registry/gl.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/registry/gl.xml b/registry/gl.xml
index 5f14cb1..3adaba1 100644
--- a/registry/gl.xml
+++ b/registry/gl.xml
@@ -22839,6 +22839,7 @@ typedef unsigned int GLhandleARB;
<param><ptype>GLsizei</ptype> <name>levels</name></param>
<param><ptype>GLenum</ptype> <name>internalformat</name></param>
<param><ptype>GLsizei</ptype> <name>width</name></param>
+ <alias name="glTexStorage1D"/>
</command>
<command>
<proto>void <name>glTexStorage2D</name></proto>
@@ -22855,6 +22856,7 @@ typedef unsigned int GLhandleARB;
<param><ptype>GLenum</ptype> <name>internalformat</name></param>
<param><ptype>GLsizei</ptype> <name>width</name></param>
<param><ptype>GLsizei</ptype> <name>height</name></param>
+ <alias name="glTexStorage2D"/>
</command>
<command>
<proto>void <name>glTexStorage2DMultisample</name></proto>
@@ -22882,6 +22884,7 @@ typedef unsigned int GLhandleARB;
<param><ptype>GLsizei</ptype> <name>width</name></param>
<param><ptype>GLsizei</ptype> <name>height</name></param>
<param><ptype>GLsizei</ptype> <name>depth</name></param>
+ <alias name="glTexStorage3D"/>
</command>
<command>
<proto>void <name>glTexStorage3DMultisample</name></proto>