mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gallium/util: another s/unsigned/enum pipe_prim_type/ for clang
Trivial.
This commit is contained in:
parent
b93b5935a7
commit
747754f027
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ u_index_translator(unsigned hw_mask,
|
|||
unsigned in_pv,
|
||||
unsigned out_pv,
|
||||
unsigned prim_restart,
|
||||
unsigned *out_prim,
|
||||
enum pipe_prim_type *out_prim,
|
||||
unsigned *out_index_size,
|
||||
unsigned *out_nr,
|
||||
u_translate_func *out_translate)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue