MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / pop

Method pop

engine/source/runtime/function/render/render_swap_context.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 GameObjectDesc& GameObjectResourceDesc::getNextProcessObject() { return m_game_object_descs.front(); }
12
13 void GameObjectResourceDesc::pop() { m_game_object_descs.pop_front(); }
14
15 void ParticleSubmitRequest::add(ParticleEmitterDesc& desc) { m_emitter_descs.push_back(desc); }
16

Callers 13

UpdatePreprocessorMethod · 0.45
UpdateMethod · 0.45
_GetTextInsideFunction · 0.45
WriteMethod · 0.45
WriteObjectMethod · 0.45
tlssPopFunction · 0.45
CapturerMethod · 0.45
processSwapDataMethod · 0.45

Calls 1

pop_frontMethod · 0.45

Tested by 2

tlssPopFunction · 0.36
CapturerMethod · 0.36