Commit dd420ccf authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Flag WINED3D_SHADER_CONST_PS_Y_CORR on framebuffer changes.

parent 1c88c557
......@@ -2758,6 +2758,7 @@ void context_state_fb(struct wined3d_context *context, const struct wined3d_stat
context_apply_draw_buffers(context, rt_mask);
*cur_mask = rt_mask;
}
context->constant_update_mask |= WINED3D_SHADER_CONST_PS_Y_CORR;
}
static void context_map_stage(struct wined3d_context *context, DWORD stage, DWORD unit)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment