Commit 2d6462cd authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wined3d: Make adapter_gl_clear_uav() static.

parent 3f00fbc2
......@@ -5012,7 +5012,7 @@ static void adapter_gl_flush_context(struct wined3d_context *context)
context_gl->gl_info->gl_ops.gl.p_glFlush();
}
void adapter_gl_clear_uav(struct wined3d_context *context,
static void adapter_gl_clear_uav(struct wined3d_context *context,
struct wined3d_unordered_access_view *view, const struct wined3d_uvec4 *clear_value)
{
TRACE("context %p, view %p, clear_value %s.\n", context, view, debug_uvec4(clear_value));
......
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