VkDestroyBufferView typedef

VkDestroyBufferView = void Function(Pointer<VkDevice> device, Pointer<VkBufferView> bufferView, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyBufferView = void Function(
    Pointer<VkDevice> device,
    Pointer<VkBufferView> bufferView,
    Pointer<VkAllocationCallbacks> pAllocator);