MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / GraphicRenderer

Method GraphicRenderer

ZEngine/src/GraphicRenderer.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4namespace ZEngine::Rendering::Renderers {
5 GraphicRenderer::GraphicRenderer() : m_renderer_information(new GraphicRendererInformation()) {}
6
7 void GraphicRenderer::AddMesh(Ref<Meshes::Mesh>& mesh) {
8 AddMesh(*mesh);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected