Commit 9375a87c authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make the context and device parameters to find_draw_buffers_mask() const.

parent 565fcbdf
......@@ -2149,7 +2149,7 @@ BOOL context_apply_clear_state(struct wined3d_context *context, struct wined3d_d
return TRUE;
}
static DWORD find_draw_buffers_mask(struct wined3d_context *context, struct wined3d_device *device)
static DWORD find_draw_buffers_mask(const struct wined3d_context *context, const struct wined3d_device *device)
{
const struct wined3d_state *state = &device->stateBlock->state;
struct wined3d_surface **rts = state->fb->render_targets;
......
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