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

type PFN_vkCreateSemaphore = unsafe extern "system" fn(device: Device, p_create_info: *const SemaphoreCreateInfo, p_allocator: *const AllocationCallbacks, p_semaphore: *mut Semaphore) -> Result;

Vulkan Manual Page · Function