Skip to content

Make the rebuilding of VBO and IBO very conservative_vbo_ibo_rebuild

Ken Martin requested to merge ken-martin/vtk:conservative_vbo_ibo_rebuild into master

This topic should make it so that the VBO and IBO only gets rebuilt when it really needs to. Instead of relying on high level MTimes it actually looks at the pieces of data that impact the VBO or IBO respectively. The VBO can build without the IBO rebuilding and vice versa.

Merge request reports