Commit 55d8063e authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make the shader parameter to shader_arb_generate_pshader() const.

parent e3a105a6
......@@ -3517,7 +3517,7 @@ static void init_ps_input(const struct wined3d_shader *shader,
}
/* GL locking is done by the caller */
static GLuint shader_arb_generate_pshader(struct wined3d_shader *shader,
static GLuint shader_arb_generate_pshader(const struct wined3d_shader *shader,
const struct wined3d_gl_info *gl_info, struct wined3d_shader_buffer *buffer,
const struct arb_ps_compile_args *args, struct arb_ps_compiled_shader *compiled)
{
......
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