VkFreeMemory typedef

VkFreeMemory = void Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkFreeMemory = void Function(Pointer<VkDevice> device,
    Pointer<VkDeviceMemory> memory, Pointer<VkAllocationCallbacks> pAllocator);