Checking in progress, though not fully working as expected

This commit is contained in:
Ryan Ward
2026-07-27 11:41:20 -05:00
parent 856a6cd6f3
commit 309000a303
51 changed files with 74 additions and 3315 deletions
-8
View File
@@ -656,14 +656,6 @@ pub fn create_transferred_window(
new_window_id
}
#[cfg(feature = "crash_reporting")]
fn on_gpu_driver_selected_callback() -> Option<Box<OnGPUDeviceSelected>> {
Some(Box::new(|gpu_device_info| {
crate::crash_reporting::set_gpu_device_info(gpu_device_info)
}))
}
#[cfg(not(feature = "crash_reporting"))]
fn on_gpu_driver_selected_callback() -> Option<Box<OnGPUDeviceSelected>> {
None
}