Commit 65779f3
authored
Fix flickering on macOS 26 when tracy is enabled (#22365)
# Objective
- Fix flickering/strobing when using tracy.
- Close #22257
## Solution
- Disable writing timestamps in command encoders on macOS.
## Testing
- Can no longer repro with `cargo run --example bloom_3d
--features=trace_tracy`
- `bevy_bistro_scene` also no longer exhibits the flickering1 parent e457025 commit 65779f3
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
646 | 653 | | |
647 | 654 | | |
648 | 655 | | |
| |||
0 commit comments