pub type SelectPhysicalDeviceFn = dyn FnOnce(&[PhysicalDevice]) -> usize;Expand description
Function type for selection of physical devices.
pub type SelectPhysicalDeviceFn = dyn FnOnce(&[PhysicalDevice]) -> usize;Function type for selection of physical devices.