VkUnmapMemoryNative typedef

VkUnmapMemoryNative = Void Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory)

Implementation

typedef VkUnmapMemoryNative = Void Function(
    Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory);