Elabajaba
Elabajaba
I believe this is due to [bare_trait_objects](https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html#bare_trait_objects) being promoted from a warning to an error. This should probably already be popping up as a warning since gltf-derive currently uses `edition...
From what I know, it isn't possible to change the type of PresentMode that Rendy uses without using your own branch and hardcoding the changes. There are a number of...
### Summary Petgraph's pathfinding algorithms are currently very slow compared to other crates (In my testing the a* implementation is about 3x slower than [pathfinding's](https://github.com/samueltardieu/pathfinding)). By replacing the std hasher...
## Bevy version main 1914a3f288a812667f735ee9e7806cf1560dacc0 ## What you did `windows.primary().cursor_position()` ## What went wrong I expected the y coordinate at the top of the window to be high, and the...
# Objective TAA, FXAA, and some other post processing effects can cause the image to become blurry. Sharpening helps to counteract that. ## Solution This is a port of AMD's...
# Objective Keep core dependencies up to date. ## Solution Update the dependencies. wgpu 0.19 only supports raw-window-handle (rwh) 0.6, so bumping that was included in this. The rwh 0.6...
**Description** Depth attachments don't seem to always be getting set to the correct layout. ``` 2 API High Miscellaneous 1303270965 Validation Error: [ UNASSIGNED-CoreValidation-DrawState-InvalidImageLayout ] Object 0: handle = Command...
It's not uncommon to have units of different sizes, and you might have areas of the navmesh that are accessible to smaller units but not larger units. Ideally there'd be...
Open Image Denoise v2.0.0 was released in May with GPU support for modern AMD, Intel, and Nvidia GPUs on Windows and Linux. Are there any plans on updating these bindings...
**Description** I am inconsistently running into `SYNC-HAZARD-WRITE-AFTER-WRITE` validation errors when running wgpu trunk with bevy. ``` ERROR wgpu_hal::vulkan::instance: VALIDATION [SYNC-HAZARD-WRITE-AFTER-WRITE (0x5c0ec5d6)] Validation Error: [ SYNC-HAZARD-WRITE-AFTER-WRITE ] Object 0: handle =...