summaryrefslogtreecommitdiff
path: root/src/mesa/main/texfetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texfetch.h')
-rw-r--r--src/mesa/main/texfetch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texfetch.h b/src/mesa/main/texfetch.h
index a397b04600..a9be530a06 100644
--- a/src/mesa/main/texfetch.h
+++ b/src/mesa/main/texfetch.h
@@ -37,5 +37,7 @@ _mesa_get_texel_fetch_func(gl_format format, GLuint dims);
extern StoreTexelFunc
_mesa_get_texel_store_func(gl_format format);
+extern void
+_mesa_set_fetch_functions(struct gl_texture_image *texImage, GLuint dims);
#endif