mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
aux/trace: fix bindless texture dumping
cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23971>
This commit is contained in:
parent
a28f9738e1
commit
46b488151f
1 changed files with 0 additions and 2 deletions
|
|
@ -2202,9 +2202,7 @@ static uint64_t trace_context_create_texture_handle(struct pipe_context *_pipe,
|
|||
trace_dump_call_begin("pipe_context", "create_texture_handle");
|
||||
trace_dump_arg(ptr, pipe);
|
||||
trace_dump_arg(ptr, view);
|
||||
trace_dump_arg_begin("state");
|
||||
trace_dump_arg(sampler_state, state);
|
||||
trace_dump_arg_end();
|
||||
|
||||
handle = pipe->create_texture_handle(pipe, view, state);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue