This commit is contained in:
twinaphex 2017-09-05 04:16:27 +02:00
parent 97d7240c47
commit 21d3e890f8

View File

@ -435,10 +435,10 @@ error:
static void gl_create_fbo_texture(gl_t *gl, unsigned i, GLuint texture)
{
unsigned mip_level;
bool fp_fbo;
GLenum min_filter, mag_filter, wrap_enum;
video_shader_ctx_filter_t filter_type;
video_shader_ctx_wrap_t wrap = {0};
bool fp_fbo = false;
bool mipmapped = false;
bool smooth = false;
settings_t *settings = config_get_ptr();