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