Add CreationError::RobustnessNotSupported
This commit is contained in:
parent
ca1eb8dc53
commit
ba5adfa1e1
6 changed files with 10 additions and 7 deletions
|
|
@ -41,7 +41,7 @@ impl OsMesaContext {
|
|||
|
||||
match builder.gl_robustness {
|
||||
Robustness::RobustNoResetNotification | Robustness::RobustLoseContextOnReset => {
|
||||
return Err(CreationError::NotSupported.into());
|
||||
return Err(CreationError::RobustnessNotSupported.into());
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue