bevy/crates/bevy_render/src
Niklas Eicker fbab01a40d Add missing closing ticks for inline examples and some cleanup (#3573)
# Objective

- clean up documentation and inline examples

## Solution

- add missing closing "```"
- remove stray "```"
- remove whitespace in inline examples
- unify inline examples (remove some `rust` labels)
2022-01-07 09:25:12 +00:00
..
camera Minor docs edit/add in bevy_render (#3447) 2022-01-02 17:40:03 +00:00
color bevy_gltf: Add support for loading lights (#3506) 2022-01-03 07:59:25 +00:00
mesh Add missing closing ticks for inline examples and some cleanup (#3573) 2022-01-07 09:25:12 +00:00
primitives bevy_gltf: Add support for loading lights (#3506) 2022-01-03 07:59:25 +00:00
render_graph Fix typo (#3578) 2022-01-07 06:25:38 +00:00
render_phase Configurable wgpu features/limits priority (#3452) 2022-01-04 20:08:12 +00:00
render_resource Add MapMode to wgpu reexports (#3558) 2022-01-05 19:19:22 +00:00
renderer Configurable wgpu features/limits priority (#3452) 2022-01-04 20:08:12 +00:00
texture make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
view Enable Msaa for webgl by default (#3489) 2021-12-29 21:04:28 +00:00
lib.rs Configurable wgpu features/limits priority (#3452) 2022-01-04 20:08:12 +00:00
options.rs Configurable wgpu features/limits priority (#3452) 2022-01-04 20:08:12 +00:00
render_asset.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00
render_component.rs make sub_app return an &App and add sub_app_mut() -> &mut App (#3309) 2021-12-24 06:57:30 +00:00