mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
trace: dump pipe_resource::nr_samples
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
5fb2b1f4d4
commit
cbddb8f365
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ void trace_dump_resource_template(const struct pipe_resource *templat)
|
|||
trace_dump_member_end();
|
||||
|
||||
trace_dump_member(uint, templat, last_level);
|
||||
trace_dump_member(uint, templat, nr_samples);
|
||||
trace_dump_member(uint, templat, usage);
|
||||
trace_dump_member(uint, templat, bind);
|
||||
trace_dump_member(uint, templat, flags);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue