draw: fix some const-correctness in draw_vbo()
authorBrian Paul <brianp@vmware.com>
Fri, 7 Oct 2022 03:24:56 +0000 (21:24 -0600)
committerMarge Bot <emma+marge@anholt.net>
Tue, 11 Oct 2022 20:04:37 +0000 (20:04 +0000)
commit717572e5be31e1b82a82e96cc3bee6e0403983b7
treef309b93c1ac1f4614af32a0fe70a961c310c1661
parent0a809fca6191c559798847106dd594548a938ce9
draw: fix some const-correctness in draw_vbo()

There's no need to cast away const for use_info and draw_info.  There
might have been a reason in the past.

Signed-off-by: Brian Paul <brianp@vmware.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19024>
src/gallium/auxiliary/draw/draw_pt.c