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

Method CoreWindow

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

Source from the content-addressed store, hash-verified

16 const char* CoreWindow::ATTACHED_PROPERTY = "WINDOW_ATTACHED_PROPERTY";
17
18 CoreWindow::CoreWindow() : m_layer_stack_ptr(new LayerStack()) {}
19
20 void CoreWindow::SetAttachedEngine(Engine* const engine) {
21 m_engine = engine;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected