diff options
author | Fredrik Höglund <fredrik@kde.org> | 2014-02-11 22:30:44 +0100 |
---|---|---|
committer | Fredrik Höglund <fredrik@kde.org> | 2014-02-12 00:56:58 +0100 |
commit | fea4a8feee978b8f847fce3ee381622327998c02 (patch) | |
tree | d513a84cfc88ce7ef1600fc5ecd111393c82c1c1 /registry/gl.xml | |
parent | 64e90baf8782f0d7c8262b6c2a6eacc6fcca88e5 (diff) | |
download | libepoxy-fea4a8feee978b8f847fce3ee381622327998c02.tar.gz |
Add alias for NV_framebuffer_multisample
Diffstat (limited to 'registry/gl.xml')
-rw-r--r-- | registry/gl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/registry/gl.xml b/registry/gl.xml index 4116680..5f14cb1 100644 --- a/registry/gl.xml +++ b/registry/gl.xml @@ -20873,6 +20873,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="glRenderbufferStorageMultisample"/> </command> <command> <proto>void <name>glRenderbufferStorageOES</name></proto> |