diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 12:08:43 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 91089d6d658d5379afa00f69c37a81f0d3c98dc3 (patch) | |
tree | cc566396c7a9bb263506a5dff2bed66acca3bcb6 /src/mapi | |
parent | 239e3fb87682163f78d0fd6c86375e77a44ee0d0 (diff) |
main: Added entry point for glGenerateTextureMipmap.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index f1f38d29810..afc16ad97ed 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -179,6 +179,10 @@ <param name="param" type="const GLint *" /> </function> + <function name="GenerateTextureMipmap" offset="assign"> + <param name="texture" type="GLuint" /> + </function> + <function name="BindTextureUnit" offset="assign"> <param name="unit" type="GLuint" /> <param name="texture" type="GLuint" /> |