mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
upgrade to wgpu 22.0.0 (#4847)
wgpu changelog: https://github.com/gfx-rs/wgpu/releases/tag/v22.0.0 --------- Co-authored-by: Andreas Reich <r_andreas2@web.de>
This commit is contained in:
@@ -304,6 +304,7 @@ impl Default for WgpuConfiguration {
|
||||
max_texture_dimension_2d: 8192,
|
||||
..base_limits
|
||||
},
|
||||
memory_hints: wgpu::MemoryHints::default(),
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
@@ -345,6 +345,7 @@ impl Renderer {
|
||||
compilation_options: wgpu::PipelineCompilationOptions::default()
|
||||
}),
|
||||
multiview: None,
|
||||
cache: None,
|
||||
}
|
||||
)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user