mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
mesa: remove extern from texture function
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
b8f63b3c10
commit
8dffa89e01
2 changed files with 1 additions and 10 deletions
|
|
@ -5595,7 +5595,7 @@ check_multisample_target(GLuint dims, GLenum target, bool dsa)
|
|||
}
|
||||
|
||||
|
||||
void
|
||||
static void
|
||||
_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims,
|
||||
struct gl_texture_object *texObj,
|
||||
GLenum target, GLsizei samples,
|
||||
|
|
|
|||
|
|
@ -199,15 +199,6 @@ _mesa_copy_texture_sub_image(struct gl_context *ctx, GLuint dims,
|
|||
GLsizei width, GLsizei height,
|
||||
const char *caller);
|
||||
|
||||
extern void
|
||||
_mesa_texture_image_multisample(struct gl_context *ctx, GLuint dims,
|
||||
struct gl_texture_object *texObj,
|
||||
GLenum target, GLsizei samples,
|
||||
GLint internalformat, GLsizei width,
|
||||
GLsizei height, GLsizei depth,
|
||||
GLboolean fixedsamplelocations,
|
||||
GLboolean immutable, const char *func);
|
||||
|
||||
extern void
|
||||
_mesa_texture_buffer_range(struct gl_context *ctx,
|
||||
struct gl_texture_object *texObj,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue