Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Unmap
Method
Unmap
Source/Engine/GraphicsDevice/Vulkan/GPUBufferVulkan.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void GPUBufferVulkan::Unmap()
90
{
91
vmaUnmapMemory(_device->Allocator, _allocation);
92
}
93
94
bool GPUBufferVulkan::OnInit()
95
{
Callers
4
RenderInner
Method · 0.45
Render
Method · 0.45
saveState
Method · 0.45
GetParticlesCount
Method · 0.45
Calls
1
vmaUnmapMemory
Function · 0.85
Tested by
no test coverage detected