Update wgpu to 26.0
This commit is contained in:
parent
36459b06ca
commit
b36979ec18
2 changed files with 3 additions and 3 deletions
|
|
@ -203,6 +203,7 @@ impl winit::application::ApplicationHandler for Application {
|
|||
label: None,
|
||||
color_attachments: &[Some(RenderPassColorAttachment {
|
||||
view: &view,
|
||||
depth_slice: None,
|
||||
resolve_target: None,
|
||||
ops: Operations {
|
||||
load: LoadOp::Clear(wgpu::Color::BLACK),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue