mesa: make _mesa_get_texel_fetch_func() static
This commit is contained in:
@@ -522,7 +522,7 @@ texfetch_funcs[MESA_FORMAT_COUNT] =
|
||||
};
|
||||
|
||||
|
||||
FetchTexelFuncF
|
||||
static FetchTexelFuncF
|
||||
_mesa_get_texel_fetch_func(gl_format format, GLuint dims)
|
||||
{
|
||||
FetchTexelFuncF f;
|
||||
|
||||
@@ -31,9 +31,6 @@
|
||||
#include "formats.h"
|
||||
|
||||
|
||||
extern FetchTexelFuncF
|
||||
_mesa_get_texel_fetch_func(gl_format format, GLuint dims);
|
||||
|
||||
extern StoreTexelFunc
|
||||
_mesa_get_texel_store_func(gl_format format);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user