bevy/crates/bevy_render/src/view
Joona Aalto 46566980a6
Fix and improve MSAA documentation (#16196)
# Objective

#14273 changed `Msaa` to be a component rather than a resource. However,
the documentation still says that it is a resource. This tripped me up
during migration to 0.15 until I looked at the type definition.

Additionally, the docs have some unnecessary repetition and some grammar
mistakes, and they don't link to camera documentation.

## Solution

Fix up the docs!
2024-10-31 21:34:04 +00:00
..
visibility Type safe retained render world (#15756) 2024-10-10 18:47:04 +00:00
window Fix linux nvidia + xwayland freeze at startup (#16123) 2024-10-28 22:17:59 +00:00
mod.rs Fix and improve MSAA documentation (#16196) 2024-10-31 21:34:04 +00:00
view.wgsl Normalise matrix naming (#13489) 2024-06-03 16:56:53 +00:00