wgpu 0.16
This commit is contained in:
parent
99fc717b7c
commit
8122904ca4
4 changed files with 6 additions and 7 deletions
|
|
@ -71,7 +71,7 @@ impl<Theme> Compositor<Theme> {
|
|||
capabilities
|
||||
.formats
|
||||
.iter()
|
||||
.filter(|format| format.describe().srgb)
|
||||
.filter(|format| format.is_srgb())
|
||||
.copied()
|
||||
.next()
|
||||
.or_else(|| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue