mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 23:18:17 +02:00
softpipe: use proper type for format field
This commit is contained in:
parent
11fbdf726d
commit
4e2c077879
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ struct softpipe_tex_tile_cache
|
|||
unsigned swizzle_g;
|
||||
unsigned swizzle_b;
|
||||
unsigned swizzle_a;
|
||||
unsigned format;
|
||||
enum pipe_format format;
|
||||
|
||||
struct softpipe_tex_cached_tile *last_tile; /**< most recently retrieved tile */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue