[][src]Type Definition ash::vk::PFN_vkCreateEvent

type PFN_vkCreateEvent = extern "system" fn(device: Device, p_create_info: *const EventCreateInfo, p_allocator: *const AllocationCallbacks, p_event: *mut Event) -> Result;