aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_rgtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texcompress_rgtc.h')
-rw-r--r--src/mesa/main/texcompress_rgtc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/texcompress_rgtc.h b/src/mesa/main/texcompress_rgtc.h
index 91fda882d4b..daa92d8839f 100644
--- a/src/mesa/main/texcompress_rgtc.h
+++ b/src/mesa/main/texcompress_rgtc.h
@@ -74,4 +74,9 @@ extern void
_mesa_fetch_texel_signed_la_latc2(const struct swrast_texture_image *texImage,
GLint i, GLint j, GLint k, GLfloat *texel);
+
+extern compressed_fetch_func
+_mesa_get_compressed_rgtc_func(gl_format format);
+
+
#endif