Commit b2f98ddf authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Add a TRACE to wined3d_buffer_gl_download_ranges().

parent 913ca5c8
......@@ -1512,6 +1512,9 @@ static void wined3d_buffer_gl_download_ranges(struct wined3d_buffer *buffer, str
const struct wined3d_gl_info *gl_info = context_gl->gl_info;
const struct wined3d_range *range;
TRACE("buffer %p, context %p, data %p, data_offset %u, range_count %u, ranges %p.\n",
buffer, context, data, data_offset, range_count, ranges);
wined3d_buffer_gl_bind(buffer_gl, context_gl);
while (range_count--)
......
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