wined3d: Add a TRACE to wined3d_buffer_gl_download_ranges().

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Matteo Bruni 2020-04-01 21:51:06 +02:00 committed by Alexandre Julliard
parent 913ca5c801
commit b2f98ddf4b
1 changed files with 3 additions and 0 deletions

View File

@ -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--)