mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
pvr: use strongly-typed enum instead of uint32_t
Acked-by: Ashish Chauhan <Ashish.Chauhan@imgtec.com> Acked-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38832>
This commit is contained in:
parent
298c14bbc4
commit
f716599d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ static const struct pvr_format pvr_format_table[] = {
|
|||
}
|
||||
|
||||
struct pvr_pbe_format {
|
||||
uint32_t packmode;
|
||||
enum ROGUE_PBESTATE_PACKMODE packmode;
|
||||
enum pvr_pbe_accum_format accum_format;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue