Commit 82088bc6 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Finish the CS before removing the context in adapter_vk_uninit_3d().

parent 90ebc7e3
......@@ -466,6 +466,7 @@ static void adapter_vk_uninit_3d(struct wined3d_device *device)
device->blitter->ops->blitter_destroy(device->blitter, NULL);
wined3d_cs_finish(device->cs, WINED3D_CS_QUEUE_DEFAULT);
device_context_remove(device, &context_vk->c);
device->shader_backend->shader_free_private(device, NULL);
wined3d_context_vk_cleanup(context_vk);
......
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