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