bevy/crates/bevy_pbr
Torstein Grindvik 719b30a719
More inactive camera checks (#10555)
# Objective

- Reduce work from inactive cameras

Tracing was done on the `3d_shapes` example on PR
https://github.com/bevyengine/bevy/pull/10543 .
Doing tracing on a "real" application showed more instances of
unnecessary work.

## Solution

- Skip work on inactive cameras

Signed-off-by: Torstein Grindvik <torstein.grindvik@muybridge.com>
Co-authored-by: Torstein Grindvik <torstein.grindvik@muybridge.com>
2023-11-14 13:44:42 +00:00
..
src More inactive camera checks (#10555) 2023-11-14 13:44:42 +00:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00