bevy/crates/bevy_render
charlotte bd5fed9050
Fix no indirect drawing (#18628)
# Objective

The `NoIndirectDrawing` wasn't working and was causing the scene not to
be rendered.

## Solution

Check the configured preprocessing mode when adding new batch sets and
mark them as batchable instead of muli-drawable if indirect rendering
has been disabled.

## Testing

`cargo run --example many_cubes -- --no-indirect-drawing`
2025-03-31 19:20:57 +00:00
..
macros Fix AsBindGroup hygenic issues with storage texture. (#18640) 2025-03-31 18:06:33 +00:00
src Fix no indirect drawing (#18628) 2025-03-31 19:20:57 +00:00
Cargo.toml Tracy GPU support (#18490) 2025-03-28 04:57:01 +00:00
LICENSE-APACHE Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
LICENSE-MIT Cleanup publish process (#17728) 2025-02-09 17:46:19 +00:00
README.md

Bevy Render

License Crates.io Downloads Docs Discord