deallocateMaterial method
Implementation
void deallocateMaterial(Material material) {
releaseMaterialProgramReferences(material);
properties.remove(material);
}
void deallocateMaterial(Material material) {
releaseMaterialProgramReferences(material);
properties.remove(material);
}