Function create_event

Source
pub unsafe fn create_event(
    device: VkDevice,
    create_info: *const VkEventCreateInfo,
    allocator: *const VkAllocationCallbacks,
    event_out: *mut VkEvent,
) -> VkResult