VkDestroyFence typedef

VkDestroyFence = void Function(Pointer<VkDevice> device, Pointer<VkFence> fence, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyFence = void Function(Pointer<VkDevice> device,
    Pointer<VkFence> fence, Pointer<VkAllocationCallbacks> pAllocator);