mapperGL uses deprecated ColorTable::PrepareForExecution and wrong DispatcherMapField constructor call
PrepareForExecution
vtkm/rendering/MapperGL.cxx:170:25: warning: 'const vtkm::exec::ColorTableBase* vtkm::cont::ColorTable::PrepareForExecution(vtkm::cont::DeviceAdapterId) const' is deprecated: PrepareForExecution now requires a vtkm::cont::Token object Deprecated in version 1.6. [-Wdeprecated-declarations] MapColorAndVertices worklet( ^~~~~~~ In file included from vtkm/rendering/MapperGL.h:13, from vtkm/rendering/MapperGL.cxx:11: vtkm/cont/ColorTable.h:695:44: note: declared here inline const vtkm::exec::ColorTableBase* PrepareForExecution(
[...] DispatcherMapField Constructor
vtkm/rendering/MapperGL.cxx:172:66: error: wrong number of template arguments (2, should be 1) vtkm::worklet::DispatcherMapField<MapColorAndVertices, Device> dispatcher(worklet);
I have a fix on its way.