mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
remove :5 form format field in pipe_surface, makes no difference at this time
This commit is contained in:
parent
1bf93fccdf
commit
154335d53f
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ struct pipe_region
|
|||
struct pipe_surface
|
||||
{
|
||||
struct pipe_region *region;
|
||||
unsigned format:5; /**< PIPE_FORMAT_x */
|
||||
unsigned format; /**< PIPE_FORMAT_x */
|
||||
unsigned width, height;
|
||||
unsigned offset; /**< offset from start of region, in bytes */
|
||||
unsigned refcount;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue