Type Definition erupt::vk1_0::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;
Expand description

Vulkan Manual Page · Function