aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/texstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/texstorage.h')
-rw-r--r--mesalib/src/mesa/main/texstorage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/texstorage.h b/mesalib/src/mesa/main/texstorage.h
index 99382df51..9f172e1ca 100644
--- a/mesalib/src/mesa/main/texstorage.h
+++ b/mesalib/src/mesa/main/texstorage.h
@@ -57,5 +57,8 @@ _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels,
GLenum internalformat,
GLsizei width, GLsizei height, GLsizei depth);
+extern GLboolean
+_mesa_is_legal_tex_storage_format(struct gl_context *ctx, GLenum internalformat);
+
#endif /* TEXSTORAGE_H */