bevy/crates/bevy_pbr/src/atmosphere
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
..
aerial_view_lut.wgsl Use dual-source blending for rendering the sky (#17672) 2025-02-10 23:53:53 +00:00
bindings.wgsl
bruneton_functions.wgsl
functions.wgsl Web support for atmosphere (#18582) 2025-04-06 20:06:55 +00:00
mod.rs Allow calling add_render_graph_node on World. (#19912) 2025-07-02 14:56:18 +00:00
multiscattering_lut.wgsl
node.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
render_sky.wgsl Ugrade to wgpu version 25.0 (#19563) 2025-06-26 19:41:47 +00:00
resources.rs Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
sky_view_lut.wgsl Atmosphere LUT parameterization improvements (#17555) 2025-02-03 21:52:11 +00:00
transmittance_lut.wgsl Atmosphere LUT parameterization improvements (#17555) 2025-02-03 21:52:11 +00:00
types.wgsl