diff options
author | Laura Ekstrand <[email protected]> | 2014-12-10 15:32:20 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 89912d04a10d6d70c3f9791beecace76c6c550a0 (patch) | |
tree | 592c59f1e7ee350d08bdb08d34950290934c03cf /src/mapi | |
parent | 86bb3be3193512c12c284bb2cc609fa78d27fc55 (diff) |
main: Added entry point for glGetTextureParameterfv.
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 c4213eb4439..b70380a9c23 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -130,5 +130,11 @@ <param name="params" type="GLint *" /> </function> + <function name="GetTextureParameterfv" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="pname" type="GLenum" /> + <param name="params" type="GLfloat *" /> + </function> + </category> </OpenGLAPI> |