MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / pushGroup

Method pushGroup

Source/Render/Renderer.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void RendererManager::pushGroup(uint32_t capacity) {
67 _renderGroups.push(New<std::vector<Node*>>());
68 _renderGroups.top()->reserve(s_cast<size_t>(capacity));
69}
70
71void RendererManager::popGroup() {
72 std::vector<Node*>* renderGroup = _renderGroups.top().get();

Callers 1

visitInnerMethod · 0.45

Calls 3

topMethod · 0.80
pushMethod · 0.65
reserveMethod · 0.45

Tested by

no test coverage detected