VkCreateEventNative typedef

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

Implementation

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