diff options
author | Laura Ekstrand <[email protected]> | 2014-12-10 16:33:18 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | abc688e33a6a76223af63e5d34af87e3bbbd97cd (patch) | |
tree | 08c6340fc94813fbd649a797b5faf1242597d91c /src/mapi | |
parent | 5ad5393f3ba6d34a2fd3e0bf0cb50139c9817175 (diff) |
main: Added entry point for glTextureParameterf.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 6 |
1 files changed, 6 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 f54c3f8b762..0757b986353 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -75,6 +75,12 @@ <param name="pixels" type="const GLvoid *" /> </function> + <function name="TextureParameterf" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="pname" type="GLenum" /> + <param name="param" type="GLfloat" /> + </function> + <function name="BindTextureUnit" offset="assign"> <param name="unit" type="GLuint" /> <param name="texture" type="GLuint" /> |