Type Definition vulkanalia_sys::PFN_vkCreateEvent[][src]

type PFN_vkCreateEvent = unsafe extern "system" fn(_device: Device, _create_info: *const EventCreateInfo, _allocator: *const AllocationCallbacks, _event: *mut Event) -> Result;