ash::vk

Type Alias PFN_vkCreateEvent

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