Skip to content

Try to remove mutable from Material Properties

  • Remove mutable
  • Remove const setters

if clients depend on a const setter which is a non MT safe concept I will prb need to make a const/non-const overload and mark as a ATLAS_NOT_THREAD_SAFE .

Hopefully no one will be using them the CI will tell us ....

Edited by Christos Anastopoulos

Merge request reports