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

Method Initialize

ZEngine/src/GraphicScene.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace ZEngine::Rendering::Scenes {
17
18 void GraphicScene::Initialize() {
19 m_renderer->Initialize();
20 }
21
22 GraphicSceneEntity GraphicScene::CreateEntity(std::string_view entity_name) {
23 GraphicSceneEntity graphic_entity(m_entity_registry->create(), m_entity_registry);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected