Skip to content
  • Alexis Girault's avatar
    Introduce a Vertex Buffer Object Cache · fd8bfb59
    Alexis Girault authored
    Based on initial work from Alexi
    
    Add cache so that VBO can be shared and
    updated more  quickly.
    
    Introduce the notion of a VBOGroup this is a
    convenience for mappers to keep track of the vbos
    they are using and the data arrays they are associated
    with. You do not need to use a VBOgroup but it makes
    it easier for mappers that can have multiple VBOs.
    fd8bfb59