VkDestroyEvent typedef

VkDestroyEvent = void Function(Pointer<VkDevice> device, Pointer<VkEvent> event, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroyEvent = void Function(Pointer<VkDevice> device,
    Pointer<VkEvent> event, Pointer<VkAllocationCallbacks> pAllocator);