| 1466 | } |
| 1467 | |
| 1468 | void vkUnmapMemory( VkDevice device, VkDeviceMemory memory ) const VULKAN_HPP_NOEXCEPT |
| 1469 | { |
| 1470 | return ::vkUnmapMemory( device, memory ); |
| 1471 | } |
| 1472 | |
| 1473 | VkResult vkFlushMappedMemoryRanges( VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange * pMemoryRanges ) const VULKAN_HPP_NOEXCEPT |
| 1474 | { |
no outgoing calls
no test coverage detected