VkDestroySemaphore typedef

VkDestroySemaphore = void Function(Pointer<VkDevice> device, Pointer<VkSemaphore> semaphore, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroySemaphore = void Function(Pointer<VkDevice> device,
    Pointer<VkSemaphore> semaphore, Pointer<VkAllocationCallbacks> pAllocator);