pub fn get_graphics_device() -> Option<Arc<dyn Device>>Expand description
Get the first available graphics device
This is a convenience function to get the first graphics device registered in the system. Returns None if no graphics devices are available.