st/pbo: use cso_set_vertex_buffers_and_elements() for st_pbo_draw
this lets us use the more consistent codepath and ordering (buffers -> elems) as well as set take_ownership=true to skip the unref
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
this lets us use the more consistent codepath and ordering (buffers -> elems) as well as set take_ownership=true to skip the unref