diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-05-06 15:23:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-08-19 18:50:05 -0400 |
commit | 1cb8e12717eecb2a9dfab3016c74bdbaffd9b617 (patch) | |
tree | fb59cbed805dbacc61df8a918e7dd3226ab69681 /src/mesa/main/texgetimage.h | |
parent | a886025ef502c043bd1d908335f80c95b5f6ffe9 (diff) |
mesa: add EXT_dsa glCompressedMultiTex* functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/texgetimage.h')
-rw-r--r-- | src/mesa/main/texgetimage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/texgetimage.h b/src/mesa/main/texgetimage.h index da87cbeea9e..ab31eaa8f44 100644 --- a/src/mesa/main/texgetimage.h +++ b/src/mesa/main/texgetimage.h @@ -92,6 +92,10 @@ extern void GLAPIENTRY _mesa_GetCompressedTextureImageEXT(GLuint texture, GLenum target, GLint level, GLvoid *pixels); +extern void GLAPIENTRY +_mesa_GetCompressedMultiTexImageEXT(GLenum texunit, GLenum target, GLint level, + GLvoid *pixels); + extern void APIENTRY _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, |