VkDestroySemaphoreNative typedef

VkDestroySemaphoreNative = Void Function(Pointer<VkDevice> device, Pointer<VkSemaphore> semaphore, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

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