mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(gfx/gl.c) Rename index parameter variable
This commit is contained in:
parent
b884bc6e7f
commit
85ae740ec6
5
gfx/gl.c
5
gfx/gl.c
@ -320,10 +320,11 @@ static inline GLenum min_filter_to_mag(GLenum type)
|
||||
}
|
||||
|
||||
#ifdef HAVE_FBO
|
||||
static void gl_shader_scale(gl_t *gl, unsigned index, struct gfx_fbo_scale *scale)
|
||||
static void gl_shader_scale(gl_t *gl, unsigned idx,
|
||||
struct gfx_fbo_scale *scale)
|
||||
{
|
||||
scale->valid = false;
|
||||
gl->shader->shader_scale(index, scale);
|
||||
gl->shader->shader_scale(idx, scale);
|
||||
}
|
||||
|
||||
/* Compute FBO geometry.
|
||||
|
Loading…
x
Reference in New Issue
Block a user