(gfx/gl.c) Rename index parameter variable

This commit is contained in:
twinaphex 2014-10-21 00:16:48 +02:00
parent b884bc6e7f
commit 85ae740ec6

View File

@ -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.