mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
gallium/util: print vertices_per_patch in util_dump_draw_info
Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
369aca1b4a
commit
66630290df
1 changed files with 2 additions and 0 deletions
|
|
@ -750,6 +750,8 @@ util_dump_draw_info(FILE *stream, const struct pipe_draw_info *state)
|
|||
util_dump_member(stream, uint, state, start_instance);
|
||||
util_dump_member(stream, uint, state, instance_count);
|
||||
|
||||
util_dump_member(stream, uint, state, vertices_per_patch);
|
||||
|
||||
util_dump_member(stream, int, state, index_bias);
|
||||
util_dump_member(stream, uint, state, min_index);
|
||||
util_dump_member(stream, uint, state, max_index);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue