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

Function UnmapMemory2

tests/icd/test_icd.cpp:1825–1828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1823}
1824
1825static VKAPI_ATTR VkResult VKAPI_CALL UnmapMemory2(VkDevice device, const VkMemoryUnmapInfo* pMemoryUnmapInfo) {
1826 UnmapMemory(device, pMemoryUnmapInfo->memory);
1827 return VK_SUCCESS;
1828}
1829
1830static VKAPI_ATTR VkResult VKAPI_CALL GetPhysicalDeviceCooperativeMatrixPropertiesKHR(
1831 VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesKHR* pProperties) {

Callers 1

UnmapMemory2KHRFunction · 0.85

Calls 1

UnmapMemoryFunction · 0.85

Tested by

no test coverage detected