MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / ~LayerStack

Method ~LayerStack

ZEngine/src/LayerStack.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace ZEngine::Layers {
5
6 LayerStack::~LayerStack() {}
7
8 void LayerStack::PushLayer(const Ref<Layer>& layer) {
9 if (m_layers.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected