VkFreeMemoryNative typedef

VkFreeMemoryNative = Void Function(Pointer<VkDevice> device, Pointer<VkDeviceMemory> memory, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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