Function unity_native_plugin_sys::vkCreateEvent

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