MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Unmap

Method Unmap

tests/framework/binding.cpp:901–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899}
900
901void DeviceMemory::Unmap() const { vk::UnmapMemory(device(), handle()); }
902
903VkMemoryAllocateInfo DeviceMemory::GetResourceAllocInfo(const Device& dev, const VkMemoryRequirements& reqs,
904 VkMemoryPropertyFlags mem_props, void* alloc_info_pnext) {

Calls 1

UnmapMemoryFunction · 0.85

Tested by

no test coverage detected