mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 12:40:29 +01:00
vertex_element::src_format needs 32 bits.
This commit is contained in:
parent
f27dcb51f7
commit
b23350700e
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ struct pipe_vertex_element
|
|||
unsigned vertex_buffer_index:5;
|
||||
|
||||
unsigned dst_offset:8;
|
||||
unsigned src_format:8; /**< PIPE_FORMAT_* */
|
||||
unsigned src_format; /**< PIPE_FORMAT_* */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue