[][src]Type Definition vulkan_sys::PFN_vkGetDeviceQueue

type PFN_vkGetDeviceQueue = Option<unsafe extern "system" fn(device: VkDevice, queueFamilyIndex: u32, queueIndex: u32, pQueue: *mut VkQueue)>;