Skip to main content

vkCreateEvent

Function vkCreateEvent 

Source
pub unsafe extern "system" fn vkCreateEvent(
    device: VkDevice,
    pCreateInfo: *const VkEventCreateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pEvent: *mut VkEvent,
) -> VkResult
Expand description

Available if built with exported-prototypes.