cleanup_view_targets_for_resize

Function cleanup_view_targets_for_resize 

Source
pub fn cleanup_view_targets_for_resize(
    commands: Commands<'_, '_>,
    windows: Res<'_, ExtractedWindows>,
    cameras: Query<'_, '_, (Entity, &ExtractedCamera), With<ViewTarget>>,
)