diff --git a/librashader-runtime-wgpu/src/graphics_pipeline.rs b/librashader-runtime-wgpu/src/graphics_pipeline.rs index 161b399..9521e83 100644 --- a/librashader-runtime-wgpu/src/graphics_pipeline.rs +++ b/librashader-runtime-wgpu/src/graphics_pipeline.rs @@ -198,6 +198,7 @@ impl PipelineLayoutObjects { alpha_to_coverage_enabled: false, }, multiview: None, + cache: None, }) } } diff --git a/librashader-runtime-wgpu/src/mipmap.rs b/librashader-runtime-wgpu/src/mipmap.rs index 7f20a36..b5419c8 100644 --- a/librashader-runtime-wgpu/src/mipmap.rs +++ b/librashader-runtime-wgpu/src/mipmap.rs @@ -36,6 +36,7 @@ impl MipmapGen { depth_stencil: None, multisample: wgpu::MultisampleState::default(), multiview: None, + cache: None, }); pipeline