Merge pull request #347 from tomaka/win32-pixel-format-details
Fix missing parameter for pixel formats infos on win32
This commit is contained in:
commit
424cc5ea49
3 changed files with 16 additions and 6 deletions
|
|
@ -332,10 +332,6 @@ impl<'a> BuilderAttribs<'a> {
|
|||
continue;
|
||||
}
|
||||
|
||||
if self.multisampling.is_some() && format.multisampling.is_none() {
|
||||
continue;
|
||||
}
|
||||
|
||||
current_software_result = Some((id.clone(), format.clone()));
|
||||
if format.hardware_accelerated {
|
||||
current_result = Some((id, format));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue