mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
trace: Dump result of create_stream_output_target
This commit is contained in:
parent
6aabd9490c
commit
545d3d32d8
1 changed files with 2 additions and 0 deletions
|
|
@ -1100,6 +1100,8 @@ trace_context_create_stream_output_target(struct pipe_context *_pipe,
|
|||
result = pipe->create_stream_output_target(pipe,
|
||||
res, buffer_offset, buffer_size);
|
||||
|
||||
trace_dump_ret(ptr, result);
|
||||
|
||||
trace_dump_call_end();
|
||||
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue