mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Add CreationError::RobustnessNotSupported
This commit is contained in:
@@ -41,7 +41,7 @@ impl OsMesaContext {
|
||||
|
||||
match builder.gl_robustness {
|
||||
Robustness::RobustNoResetNotification | Robustness::RobustLoseContextOnReset => {
|
||||
return Err(CreationError::NotSupported.into());
|
||||
return Err(CreationError::RobustnessNotSupported.into());
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user