add "cache: None"
This commit is contained in:
parent
f98be0ad7b
commit
fedc96730b
|
@ -198,6 +198,7 @@ impl PipelineLayoutObjects {
|
|||
alpha_to_coverage_enabled: false,
|
||||
},
|
||||
multiview: None,
|
||||
cache: None,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,6 +36,7 @@ impl MipmapGen {
|
|||
depth_stencil: None,
|
||||
multisample: wgpu::MultisampleState::default(),
|
||||
multiview: None,
|
||||
cache: None,
|
||||
});
|
||||
|
||||
pipeline
|
||||
|
|
Loading…
Reference in a new issue