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

type PFN_vkGetDeviceProcAddr = unsafe extern "system" fn(device: Device, p_name: *const c_char) -> Option<PFN_vkVoidFunction>;

Vulkan Manual Page · Function