Display glitches on each frame text update
You can go through this gif frame by frame (I used this tool https://onlinegiftools.com/play-gif) but it isn't very revealing; the flickering appears to be some 'incomplete visual update' sort of glitch.
(Also, you can see the FlowRow taking a frame to 'catch up' with the updated text; if possible this should not be visible at render-time)
Repro in https://github.com/AmbientRun/Ambient/tree/alex-scene-branch, run guest/rust/alex/a_foggy_scene
Relevant code can be found here: https://github.com/AmbientRun/Ambient/blob/alex-scene-branch/guest/rust/alex/temperature_hud_magda/src/client.rs
Where does this happen?
Windows, Mac, or Windows + Chrome, etc
Oh, good question. I have only tested this on Windows, in the runtime. Not web.
Ok, then this isn't the indirect culling flicker, but something other