vertex_element::src_format needs 32 bits.

This commit is contained in:
michal 2007-10-27 14:41:16 +01:00
parent f27dcb51f7
commit b23350700e

View file

@ -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_* */
};