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

Function MapMemory2

icd/generated/function_definitions.h:1337–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1335 // Not a CREATE or DESTROY function
1336}
1337static VKAPI_ATTR VkResult VKAPI_CALL MapMemory2(VkDevice device, const VkMemoryMapInfo* pMemoryMapInfo, void** ppData) {
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}

Callers

nothing calls this directly

Calls 1

MapMemory2KHRFunction · 0.85

Tested by

no test coverage detected