bevy/crates/bevy_pbr/src
Michael Dorst fd743ec57f Fix doc_markdown lints in bevy_pbr (#3477)
#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_pbr` crate.
2021-12-29 19:04:18 +00:00
..
render remove some mut in queries (#3437) 2021-12-26 05:39:46 +00:00
alpha.rs Replace old renderer with new renderer (#3312) 2021-12-14 03:58:23 +00:00
bundle.rs Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00
lib.rs Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00
light.rs enable Webgl2 optimisation in pbr under feature (#3291) 2021-12-22 20:59:48 +00:00
material.rs Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00
pbr_material.rs Materials and MaterialPlugin (#3428) 2021-12-25 21:45:43 +00:00
wireframe.rs Fix doc_markdown lints in bevy_pbr (#3477) 2021-12-29 19:04:18 +00:00