main: Added entry point for glGetCompressedTextureImage.
[mesa.git] / src / mesa / main / textureview.h
index 3088ac19393b3b25d1d6fc8621ff0129710e3fee..549a13cd809fda8d0326c4e6a27b6d1d834b36d0 100644 (file)
 #ifndef TEXTUREVIEW_H
 #define TEXTUREVIEW_H
 
+GLboolean
+_mesa_texture_view_compatible_format(struct gl_context *ctx,
+                                     GLenum origInternalFormat,
+                                     GLenum newInternalFormat);
 
 extern void GLAPIENTRY
 _mesa_TextureView(GLuint texture, GLenum target, GLuint origtexture,