diff options
author | Laura Ekstrand <[email protected]> | 2014-12-09 16:49:09 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | a739bdeb1d294041984e05046043097a0d9fa833 (patch) | |
tree | 01fe0bb9670e09b06497436dc87af1872358f66b /src/mapi | |
parent | f51f6805f5dacb89b6583cbe134ee0b374ddfec7 (diff) |
main: Added entry point for glGetTextureImage.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 9 |
1 files changed, 9 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 eef65365798..605c61426da 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -148,6 +148,15 @@ <param name="texture" type="GLuint" /> </function> + <function name="GetTextureImage" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="level" type="GLint" /> + <param name="format" type="GLenum" /> + <param name="type" type="GLenum" /> + <param name="bufSize" type="GLsizei" /> + <param name="pixels" type="GLvoid *" /> + </function> + <function name="GetTextureLevelParameterfv" offset="assign"> <param name="texture" type="GLuint" /> <param name="level" type="GLint" /> |