bevy/crates/bevy_render
charlotte 831c57d8b1 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 22:36:30 +02:00
..
macros Fix AsBindGroup hygenic issues with storage texture. (#18640) 2025-03-31 22:33:27 +02:00
src Fix no indirect drawing (#18628) 2025-03-31 22:36:30 +02:00
Cargo.toml Tracy GPU support (#18490) 2025-03-28 23:33:00 +01: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 Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Render

License Crates.io Downloads Docs Discord