Set max_non_sampler_bindings to 2048 in iced_wgpu
This commit is contained in:
parent
5f131c7e6b
commit
d712bcc135
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ impl Compositor {
|
|||
|
||||
let limits = limits.into_iter().map(|limits| wgpu::Limits {
|
||||
max_bind_groups: 2,
|
||||
max_non_sampler_bindings: 2048,
|
||||
..limits
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue