summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorLaura Ekstrand <[email protected]>2014-12-10 16:19:21 -0800
committerLaura Ekstrand <[email protected]>2015-01-08 11:37:29 -0800
commit2ce5db3930ca3441b5647b907531c24e058b45ff (patch)
treec8e256fc8fafcc324e98690a96416031453ffafd /src/mapi
parentabc688e33a6a76223af63e5d34af87e3bbbd97cd (diff)
main: Added entry point for glTextureParameterfv.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml12
1 files changed, 12 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 0757b986353..68c6ebe3882 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -81,6 +81,18 @@
<param name="param" type="GLfloat" />
</function>
+ <function name="TextureParameterfv" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="const GLfloat *" />
+ </function>
+
+ <function name="TextureParameteri" offset="assign">
+ <param name="texture" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="GLint" />
+ </function>
+
<function name="BindTextureUnit" offset="assign">
<param name="unit" type="GLuint" />
<param name="texture" type="GLuint" />