Commit 20b989ef authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

wined3d: Mark buffers as used in wined3d_buffer_copy().

parent 5b0cd6fa
......@@ -1264,6 +1264,9 @@ HRESULT wined3d_buffer_copy(struct wined3d_buffer *dst_buffer, unsigned int dst_
DWORD dst_location;
HRESULT hr;
buffer_mark_used(dst_buffer);
buffer_mark_used(src_buffer);
device = dst_buffer->resource.device;
context = context_acquire(device, 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