bevy_render::view

Function prepare_view_attachments

Source
pub fn prepare_view_attachments(
    windows: Res<'_, ExtractedWindows>,
    images: Res<'_, RenderAssets<GpuImage>>,
    manual_texture_views: Res<'_, ManualTextureViews>,
    cameras: Query<'_, '_, &ExtractedCamera>,
    view_target_attachments: ResMut<'_, ViewTargetAttachments>,
)
Expand description

Prepares the view target OutputColorAttachment for each view in the current frame.