bevy/crates/bevy_render/src/mesh
Michael Dorst e56685370b Fix doc_markdown lints in bevy_render (#3479)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `bevy_render` crate.
2022-01-09 11:09:46 +00:00
..
mesh Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
shape Fix torus normals (#3549) 2022-01-04 21:30:46 +00:00
mod.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00