Skip to content
  • Ken Martin's avatar
    Make the rebuilding of VBO and IBO very conservative_vbo_ibo_rebuild · 263583d1
    Ken Martin authored
    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.
    263583d1