VkDestroyBuffer typedef

VkDestroyBuffer = void Function(Pointer<VkDevice> device, Pointer<VkBuffer> buffer, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyBuffer = void Function(Pointer<VkDevice> device,
    Pointer<VkBuffer> buffer, Pointer<VkAllocationCallbacks> pAllocator);