mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 23:24:44 +00:00
5cb6f7ffd2
# Objective - Creating and executing render passes has GPU overhead. If there are no phase items in the render phase to draw, then this overhead should not be incurred as it has no benefit. ## Solution - Check if there are no phase items to draw, and if not, do not construct not execute the render pass --- ## Changelog - Changed: Do not create nor execute empty render passes |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |