Skip to content
  • Ken Martin's avatar
    fix issue with input data changing · afe0f461
    Ken Martin authored
    if the input data changes to an input data
    with a lower mtime the VBO/IBO was not rebuilding.
    So we switch to useing a state object to keep track
    of mtime value and rebuild if the values change regardless
    or higher or lower.
    
    In debug builds store what was different when
    a difference is detected.
    afe0f461