MCPcopy 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
89void GPUBufferVulkan::Unmap()
90{
91 vmaUnmapMemory(_device->Allocator, _allocation);
92}
93
94bool GPUBufferVulkan::OnInit()
95{

Callers 4

RenderInnerMethod · 0.45
RenderMethod · 0.45
saveStateMethod · 0.45
GetParticlesCountMethod · 0.45

Calls 1

vmaUnmapMemoryFunction · 0.85

Tested by

no test coverage detected