bevy/crates/bevy_solari
charlotte 🌸 18712f31f9
Make render and compute pipeline descriptors defaultable. (#19903)
A few versions ago, wgpu made it possible to set shader entry point to
`None`, which will select the correct entry point in file where only a
single entrypoint is specified. This makes it possible to implement
`Default` for pipeline descriptors. This PR does so and attempts to
`..default()` everything possible.
2025-07-02 18:47:27 +00:00
..
src Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
Cargo.toml Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
LICENSE-APACHE Initial raytraced lighting progress (bevy_solari) (#19058) 2025-06-12 21:26:10 +00:00
LICENSE-MIT Initial raytraced lighting progress (bevy_solari) (#19058) 2025-06-12 21:26:10 +00:00
README.md Initial raytraced lighting progress (bevy_solari) (#19058) 2025-06-12 21:26:10 +00:00

Bevy Solari

License Crates.io Downloads Docs Discord

Logo