Results 24 comments of Brezak

Could you please surround the stack trace with triple backtics ```` ``` ```` instead of single backtics `` ` `` so it formats better. Manually formated version in the meantime:...

What GPU do you have in your computer? If you don't have a discrete GPU what CPU do you use?

One major thing that needs to be discussed. Should we be using the word unclamped in contexts where hdr had been used before. To explain so you don't have to...

> Does this allow avoiding the RG11B10UFLOAT_RENDERABLE requirement by tonemapping into rgba8? That would be nice for me personally. I'm sorry, but I'm too out of my depth with this...

The original plan was to switch to a arc containing a atomic u8. Although such a solution would use much less memory it would be rather annoying to deal with.

> > Returning an app exit code from the winit runner is complicated and deadlock prone. > > Is there a specific issue for this, or do you have a...

~I'd hold of on merging this until part 2 is ready as this currently removes the colored messages from our CI logs. From personal experience, this makes skimming them for...

Update. We don't loose color. [We use a env variable to force cargo to always output color.](https://github.com/bevyengine/bevy/blob/348f18a7beaf77b4229567fd410bfbc72a2ff4fa/.github/workflows/ci.yml#L11)

> @mockersf thanks for the tip. What I'm wondering is if the trait has to be implemented for `WinitAppRunnerState` or if we need a different state struct for this... Any...

We might want to hold of on this until the [non-`Send`](https://github.com/bevyengine/bevy/pull/9122) stuff gets merged. It recently [got picked up](https://github.com/bevyengine/bevy/pull/13252) by @hymm.