diff options
author | Fredrik Höglund <fredrik@kde.org> | 2014-02-11 22:37:17 +0100 |
---|---|---|
committer | Fredrik Höglund <fredrik@kde.org> | 2014-02-12 00:56:58 +0100 |
commit | 30de2e86ea49530241dae884d0c83d2c953b54d5 (patch) | |
tree | f51ae0a9bb519359b6136f1f7b4f7b49c3c5397c /registry | |
parent | fea4a8feee978b8f847fce3ee381622327998c02 (diff) | |
download | libepoxy-30de2e86ea49530241dae884d0c83d2c953b54d5.tar.gz |
Add aliases for EXT_texture_storage
Diffstat (limited to 'registry')
-rw-r--r-- | registry/gl.xml | 3 |
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> |