bevy/crates/bevy_render/src/view
charlotte f0560b8e78
Ensure more explicit system ordering for preparing view target. (#15000)
Fixes #14993 (maybe). Adds a system ordering constraint that was missed
in the refactor in #14833. The theory here is that the single threaded
forces a topology that causes the prepare system to run before
`prepare_windows` in a way that causes issues. For whatever reason, this
appears to be unlikely when multi-threading is enabled.
2024-08-31 22:03:01 +00:00
..
visibility Add helper methods on Visibility (#14898) 2024-08-24 13:49:54 +00:00
window Migrated NonZero* to NonZero<*> (#14978) 2024-08-30 02:37:47 +00:00
mod.rs Ensure more explicit system ordering for preparing view target. (#15000) 2024-08-31 22:03:01 +00:00
view.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00