Skip to content
  • Kenneth Moreland's avatar
    Hold preset information in simple struct · 8984e74e
    Kenneth Moreland authored
    Creating all the presets as vtkm::cont::ColorTable objects and passing
    them back was problematic. It caused state to be shared and caused
    issues when deallocating after the device deallocation methods were
    finalized. Instead, make a simple struct and build new color tables on
    the fly.
    8984e74e