On 17 January 2018 at 05:17, Brian Paul <[email protected]> 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 <[email protected]> -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
