[Mesa-dev] [PATCH 02/11] vbo: change vbo_context attribute map arrays to GLubyte

Emil Velikov emil.l.velikov at gmail.com
Wed Jan 17 14:24:52 UTC 2018


On 17 January 2018 at 05:17, Brian Paul <brianp at vmware.com> wrote:
> The values will never be larger than VBO_ATTRIB_MAX (currently 44).

Please add a STATIC_ASSERT (anywhere you like) so that we fail to
build if VBO_ATTRIB_MAX gets too large.
With that the whole series is:
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

-Emil


More information about the mesa-dev mailing list