Extract WindowAttributes from the BuilderAttribs
This commit is contained in:
parent
c244f8c033
commit
48fe9b2644
12 changed files with 106 additions and 67 deletions
|
|
@ -37,7 +37,7 @@ impl OsMesaContext {
|
|||
return Err(OsMesaCreationError::NotSupported);
|
||||
}
|
||||
|
||||
let dimensions = builder.dimensions.unwrap();
|
||||
let dimensions = builder.window.dimensions.unwrap();
|
||||
|
||||
match builder.opengl.robustness {
|
||||
Robustness::RobustNoResetNotification | Robustness::RobustLoseContextOnReset => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue