MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / UnmapMemory2

Function UnmapMemory2

icd/generated/function_definitions.h:1340–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1338 return MapMemory2KHR(device, pMemoryMapInfo, ppData);
1339}
1340static VKAPI_ATTR VkResult VKAPI_CALL UnmapMemory2(VkDevice device, const VkMemoryUnmapInfo* pMemoryUnmapInfo) {
1341 return UnmapMemory2KHR(device, pMemoryUnmapInfo);
1342}
1343static VKAPI_ATTR void VKAPI_CALL GetDeviceImageSubresourceLayout(VkDevice device, const VkDeviceImageSubresourceInfo* pInfo,
1344 VkSubresourceLayout2* pLayout) {
1345 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls 1

UnmapMemory2KHRFunction · 0.85

Tested by

no test coverage detected