pub fn get_adapter_for_display(
global_id: usize,
) -> Option<(Arc<dyn GraphicsAdapter<Screen = HeapScreen>>, usize)>Expand description
Get the adapter and local display ID for a global display index.
pub fn get_adapter_for_display(
global_id: usize,
) -> Option<(Arc<dyn GraphicsAdapter<Screen = HeapScreen>>, usize)>Get the adapter and local display ID for a global display index.