Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
recycleMemory
Method · 0.45
destroy
Method · 0.45
update
Method · 0.45
shutdown
Method · 0.45
create
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected