VkCreateEvent typedef

VkCreateEvent = int Function(Pointer<VkDevice> device, Pointer<VkEventCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkEvent>> pEvent)

Implementation

typedef VkCreateEvent = int Function(
    Pointer<VkDevice> device,
    Pointer<VkEventCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkEvent>> pEvent);