VkUnmapMemory typedef

VkUnmapMemory = void Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory)

Implementation

typedef VkUnmapMemory = void Function(
    Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory);