mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Remove another .view_layouts (#13410)
I forgot to save that file when submitting #13394 😅
This commit is contained in:
parent
846757cb38
commit
bf2aced279
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ pub fn prepare_mesh_view_bind_groups(
|
||||||
.map(|t| &t.screen_space_ambient_occlusion_texture.default_view)
|
.map(|t| &t.screen_space_ambient_occlusion_texture.default_view)
|
||||||
.unwrap_or(&fallback_ssao);
|
.unwrap_or(&fallback_ssao);
|
||||||
|
|
||||||
let layout = &mesh_pipeline.view_layouts.get_view_layout(
|
let layout = &mesh_pipeline.get_view_layout(
|
||||||
MeshPipelineViewLayoutKey::from(*msaa)
|
MeshPipelineViewLayoutKey::from(*msaa)
|
||||||
| MeshPipelineViewLayoutKey::from(prepass_textures),
|
| MeshPipelineViewLayoutKey::from(prepass_textures),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue