-------------------------- Material::d-tor
| 72 | // Material::d-tor |
| 73 | // |
| 74 | Material::~Material() |
| 75 | { |
| 76 | if (m_DefaultParameters != nullptr) |
| 77 | { |
| 78 | parameters::DestroyBlock(m_DefaultParameters); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | |
| 83 | //================ |
nothing calls this directly
no test coverage detected