Function bevy::core_pipeline::core_3d::prepare_prepass_textures

pub fn prepare_prepass_textures(
    commands: Commands<'_, '_>,
    texture_cache: ResMut<'_, TextureCache>,
    msaa: Res<'_, Msaa>,
    render_device: Res<'_, RenderDevice>,
    views_3d: Query<'_, '_, (Entity, &ExtractedCamera, Has<DepthPrepass>, Has<NormalPrepass>, Has<MotionVectorPrepass>, Has<DeferredPrepass>), Or<(With<BinnedRenderPhase<Opaque3dPrepass>>, With<BinnedRenderPhase<AlphaMask3dPrepass>>, With<BinnedRenderPhase<Opaque3dDeferred>>, With<BinnedRenderPhase<AlphaMask3dDeferred>>)>>
)