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