Commit 43dddbae authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Make adapter_vk_clear_uav() static.

parent a6d41a03
......@@ -1722,7 +1722,7 @@ static void adapter_vk_dispatch_compute(struct wined3d_device *device,
context_release(&context_vk->c);
}
void adapter_vk_clear_uav(struct wined3d_context *context,
static void adapter_vk_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