Type Definition erupt::vk1_0::PFN_vkCreateEvent[][src]

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

Vulkan Manual Page · Function