bevy/crates/bevy_solari/src/realtime
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
..
extract.rs bevy_solari: RIS for Direct Lighting (#19620) 2025-06-23 00:47:10 +00:00
mod.rs Allow calling add_render_graph_node on World. (#19912) 2025-07-02 14:56:18 +00:00
node.rs Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
prepare.rs bevy_solari ReSTIR DI (#19790) 2025-06-29 19:01:32 +00:00
restir_di.wgsl Solari: Merge reservoir file, reformulate confidence weight (#19895) 2025-07-01 04:17:16 +00:00