diff options
author | Laura Ekstrand <laura@jlekstrand.net> | 2015-01-06 11:39:04 -0800 |
---|---|---|
committer | Laura Ekstrand <laura@jlekstrand.net> | 2015-01-08 11:37:29 -0800 |
commit | 8b5482ec035d0d8ad36b08f33fcd20f15ea39000 (patch) | |
tree | 7f3cd8785d43daa14bbdfce0808896afa4c551ed /src/mapi | |
parent | a739bdeb1d294041984e05046043097a0d9fa833 (diff) | |
download | external_mesa3d-8b5482ec035d0d8ad36b08f33fcd20f15ea39000.zip external_mesa3d-8b5482ec035d0d8ad36b08f33fcd20f15ea39000.tar.gz external_mesa3d-8b5482ec035d0d8ad36b08f33fcd20f15ea39000.tar.bz2 |
main: Added entry point for glGetCompressedTextureImage.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 7 |
1 files changed, 7 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 605c614..df335eb 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -157,6 +157,13 @@ <param name="pixels" type="GLvoid *" /> </function> + <function name="GetCompressedTextureImage" offset="assign"> + <param name="texture" type="GLuint" /> + <param name="level" type="GLint" /> + <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" /> |