Commit 3a9001fb authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

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

parent e7183062
...@@ -3927,7 +3927,7 @@ static DWORD find_input_signature(struct shader_arb_priv *priv, const struct win ...@@ -3927,7 +3927,7 @@ static DWORD find_input_signature(struct shader_arb_priv *priv, const struct win
return found_sig->idx; return found_sig->idx;
} }
static void init_output_registers(struct wined3d_shader *shader, DWORD sig_num, static void init_output_registers(const struct wined3d_shader *shader, DWORD sig_num,
struct shader_arb_ctx_priv *priv_ctx, struct arb_vs_compiled_shader *compiled) struct shader_arb_ctx_priv *priv_ctx, struct arb_vs_compiled_shader *compiled)
{ {
unsigned int i, j; unsigned int i, j;
......
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