summaryrefslogtreecommitdiffstats
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 e78079ae5ab..002ff0c768c 100644
--- a/src/mesa/main/texfetch.h
+++ b/src/mesa/main/texfetch.h
@@ -40,4 +40,6 @@ _mesa_get_texel_fetch_func(gl_format format, GLuint dims);
extern void
_mesa_set_fetch_functions(struct gl_texture_image *texImage, GLuint dims);
+void
+_mesa_update_fetch_functions(struct gl_texture_object *texObj);
#endif