Update wgpu to 27
This commit is contained in:
parent
54239c55ae
commit
ca23e6f793
7 changed files with 554 additions and 625 deletions
|
|
@ -103,6 +103,8 @@ pub fn main() -> Result<(), winit::error::EventLoopError> {
|
|||
required_limits: wgpu::Limits::default(),
|
||||
memory_hints: wgpu::MemoryHints::MemoryUsage,
|
||||
trace: wgpu::Trace::Off,
|
||||
experimental_features:
|
||||
wgpu::ExperimentalFeatures::disabled(),
|
||||
})
|
||||
.await
|
||||
.expect("Request device");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue