diff options
author | Brian Paul <[email protected]> | 2009-10-01 16:42:37 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-10-01 16:42:37 -0600 |
commit | 4ca9ba254462b9be55b78df1d50519e10b2f4d73 (patch) | |
tree | b18d8602dbc03a0753c19289e21a1e9dd441ae8e /src/mesa/main/texfetch.h | |
parent | 073d55f5849c6338a6381e8bc51c074524b5687b (diff) |
mesa: move mesa_set_fetch_functions()
Diffstat (limited to 'src/mesa/main/texfetch.h')
-rw-r--r-- | src/mesa/main/texfetch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/texfetch.h b/src/mesa/main/texfetch.h index a397b04600b..a9be530a06d 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 |