| 3 | |
| 4 | namespace ZEngine::Rendering::Renderers { |
| 5 | GraphicRenderer::GraphicRenderer() : m_renderer_information(new GraphicRendererInformation()) {} |
| 6 | |
| 7 | void GraphicRenderer::AddMesh(Ref<Meshes::Mesh>& mesh) { |
| 8 | AddMesh(*mesh); |
nothing calls this directly
no outgoing calls
no test coverage detected