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

Method PushLayer

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

Source from the content-addressed store, hash-verified

26 }
27
28 void CoreWindow::PushLayer(const Ref<Layer>& layer) {
29 m_layer_stack_ptr->PushLayer(layer);
30 }
31
32 void CoreWindow::PushOverlayLayer(Ref<Layer>&& layer) {
33 m_layer_stack_ptr->PushOverlayLayer(layer);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected