add "cache: None"

This commit is contained in:
Alex Janka 2024-07-20 17:33:19 +10:00
parent f98be0ad7b
commit fedc96730b
2 changed files with 2 additions and 0 deletions

View file

@ -198,6 +198,7 @@ impl PipelineLayoutObjects {
alpha_to_coverage_enabled: false, alpha_to_coverage_enabled: false,
}, },
multiview: None, multiview: None,
cache: None,
}) })
} }
} }

View file

@ -36,6 +36,7 @@ impl MipmapGen {
depth_stencil: None, depth_stencil: None,
multisample: wgpu::MultisampleState::default(), multisample: wgpu::MultisampleState::default(),
multiview: None, multiview: None,
cache: None,
}); });
pipeline pipeline