bevy/crates/bevy_render/src/view
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
..
visibility Projection Improvements (#18458) 2025-06-24 03:26:38 +00:00
window Make render and compute pipeline descriptors defaultable. (#19903) 2025-07-02 18:47:27 +00:00
mod.rs Add UVec to_extents helper method (#19807) 2025-06-26 20:53:49 +00:00
view.wgsl doc(render): fix incorrectly transposed view matrix docs (#19317) 2025-05-27 04:58:58 +00:00