pub fn camera_main_texture(
world: &World,
camera: Option<Entity>,
) -> Option<TextureView>Expand description
Fetch the camera’s current main-texture view for run_backdrop_passes.
None (no ViewTarget on the camera) skips every backdrop this frame.