Commit 0652bf7e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wined3d: Make glsl_vertex_pipe_clip_plane() static.

parent 72cdfff3
......@@ -9062,7 +9062,7 @@ static void glsl_vertex_pipe_shademode(struct wined3d_context *context,
context->shader_update_mask |= 1 << WINED3D_SHADER_TYPE_VERTEX;
}
void glsl_vertex_pipe_clip_plane(struct wined3d_context *context,
static void glsl_vertex_pipe_clip_plane(struct wined3d_context *context,
const struct wined3d_state *state, DWORD state_id)
{
const struct wined3d_gl_info *gl_info = context->gl_info;
......
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