| 14 | : m_unique_identifier(0), m_geometry(std::move(geometry)), m_material(std::move(material)) {} |
| 15 | |
| 16 | unsigned int Mesh::GetUniqueIdentifier() const { |
| 17 | return m_unique_identifier; |
| 18 | } |
| 19 | |
| 20 | const Ref<Materials::ShaderMaterial>& Mesh::GetMaterial() const { |
| 21 | return m_material; |
nothing calls this directly
no outgoing calls
no test coverage detected