MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / vkUnmapMemory

Method vkUnmapMemory

SDKs/vulkan/vulkan/vulkan.hpp:1468–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466 }
1467
1468 void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const VULKAN_HPP_NOEXCEPT
1469 {
1470 return ::vkUnmapMemory( device, memory );
1471 }
1472
1473 VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange * pMemoryRanges ) const VULKAN_HPP_NOEXCEPT
1474 {

Callers 2

vulkan_funcs.hppFile · 0.80
unmapMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected