MCPcopy Create free account
hub / github.com/crownengine/crown / recycleMemory

Method recycleMemory

3rdparty/bgfx/src/renderer_vk.cpp:8809–8812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8807 }
8808
8809 void CommandQueueVK::recycleMemory(DeviceMemoryAllocationVK _mem)
8810 {
8811 m_recycleAllocs[m_currentFrameInFlight].push_back(_mem);
8812 }
8813
8814 void CommandQueueVK::consume()
8815 {

Callers 5

recycleMemoryMethod · 0.45
destroyMethod · 0.45
updateMethod · 0.45
shutdownMethod · 0.45
createMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected