@@ -47,10 +47,10 @@ use bevy_utils::{once, prelude::default};
4747use tracing:: info;
4848
4949use crate :: {
50- binding_arrays_are_usable, graph:: NodePbr , mesh_pipeline_view_layout_key_from_msaa ,
51- MeshPipelineViewLayoutKey , MeshPipelineViewLayouts , MeshViewBindGroup , RenderViewLightProbes ,
52- ViewEnvironmentMapUniformOffset , ViewFogUniformOffset , ViewLightProbesUniformOffset ,
53- ViewLightsUniformOffset ,
50+ binding_arrays_are_usable, graph:: NodePbr , init_mesh_pipeline_view_layouts ,
51+ mesh_pipeline_view_layout_key_from_msaa , MeshPipelineViewLayoutKey , MeshPipelineViewLayouts ,
52+ MeshViewBindGroup , RenderViewLightProbes , ViewEnvironmentMapUniformOffset ,
53+ ViewFogUniformOffset , ViewLightProbesUniformOffset , ViewLightsUniformOffset ,
5454} ;
5555
5656/// Enables screen-space reflections for a camera.
@@ -197,7 +197,7 @@ impl Plugin for ScreenSpaceReflectionsPlugin {
197197 . add_systems (
198198 RenderStartup ,
199199 (
200- init_screen_space_reflections_pipeline,
200+ init_screen_space_reflections_pipeline. after ( init_mesh_pipeline_view_layouts ) ,
201201 add_screen_space_reflections_render_graph_edges,
202202 ) ,
203203 )
0 commit comments