Commit 6f6dfe91 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Make glsl_vertex_pipe_view() static.

parent 9561037f
......@@ -7195,7 +7195,7 @@ static void glsl_vertex_pipe_world(struct wined3d_context *context,
context->constant_update_mask |= WINED3D_SHADER_CONST_FFP_MODELVIEW;
}
void glsl_vertex_pipe_view(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id)
static void glsl_vertex_pipe_view(struct wined3d_context *context, const struct wined3d_state *state, DWORD state_id)
{
const struct wined3d_gl_info *gl_info = context->gl_info;
const struct wined3d_light_info *light = NULL;
......
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