bevy/crates/bevy_solari/src
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
..
pathtracer Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
realtime Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
scene bevy_solari ReSTIR DI (#19790) 2025-06-29 19:01:32 +00:00
lib.rs Ugrade to wgpu version 25.0 (#19563) 2025-06-26 19:41:47 +00:00