Skip to content

turnip: Simplify vertex buffer bindings.

Emma Anholt requested to merge anholt/mesa:tu-vb-bindings into master

We have some number of HW VB bindings, and we can just update the given bindings at CmdBindVertexBuffers time, rather than making a shadow set of bindings based on the pipeline.

Merge request reports