diff options
author | Laura Ekstrand <[email protected]> | 2015-01-06 11:39:04 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:29 -0800 |
commit | 8b5482ec035d0d8ad36b08f33fcd20f15ea39000 (patch) | |
tree | 7f3cd8785d43daa14bbdfce0808896afa4c551ed /src/mapi/glapi/gen | |
parent | a739bdeb1d294041984e05046043097a0d9fa833 (diff) |
main: Added entry point for glGetCompressedTextureImage.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-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 605c61426da..df335eb1f42 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" /> |