Bevy version and features
0.20.0-dev (mainline)
[Optional] Relevant system information
AdapterInfo { name: "Apple M1 Pro", vendor: 0, device: 0, device_type: IntegratedGpu, device_pci_bus_id: "", driver: "", driver_info: "", backend: Metal, subgroup_min_size: 4, subgroup_max_size: 64, transient_saves_memory: Some(true), limit_bucket: None }
What you did
Three Camera2ds sharing a window.
What went wrong
Only the last one's ClearColorConfig honored and it clears the whole window instead of its own Viewport
Additional information
Example reproduction:
repro_camera_bug.rs.zip
Bevy version and features
0.20.0-dev (mainline)
[Optional] Relevant system information
What you did
Three Camera2ds sharing a window.
What went wrong
Only the last one's ClearColorConfig honored and it clears the whole window instead of its own Viewport
Additional information
Example reproduction:
repro_camera_bug.rs.zip