| 16 | using MaterialUnmanaged::MaterialUnmanaged; |
| 17 | |
| 18 | Material(const Material&) = delete; |
| 19 | Material& operator=(const Material&) = delete; |
| 20 | |
| 21 | Material(Material&& other) noexcept { |
nothing calls this directly
no outgoing calls
no test coverage detected