Alex Klemenchuk
Alex Klemenchuk
Yeah (sorry, same person here that posted explanation), I have no idea why rust-analyzer re-evaluates every single derive for every single non-derive. It seems to me that it could be...
@kpreid At the very least I believe this could improve the experience of running the simple bevy examples with the GL backends. Right now it just fails and you have...
Perhaps it's missing this change: https://github.com/emilk/egui/commit/f46926aaf1ea7ab5a3756c678a1d647b9e549bd6 Kinda out of my wheelhouse here, but it seems that doing everything in gamma space and then converting to linear works: ```diff diff --git...
Looks like there's this issue: https://github.com/bevyengine/bevy/issues/14711 And this PR: https://github.com/bevyengine/bevy/pull/20545
Wow this cleans up a ton of code. Wonderful! Have you thought about putting the display connection into GlBackendOptions? https://github.com/gfx-rs/wgpu/blob/trunk/wgpu-types/src/instance.rs#L321 Obviously it's already been mentioned that the vulkan backend could...
> `NativeWindow` (Java `Surface`) and e.g. a `VkSwapchainKHR`/`VkSurfaceKHR` created from these disappear at runtime, commonly when an app becomes invisible. They also arrive "relatively late" after application startup, requiring users...