VkDestroyBufferNative typedef

VkDestroyBufferNative = Void Function(Pointer<VkDevice> device, Pointer<VkBuffer> buffer, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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