bevy/crates/bevy_render/src
François cb2ba19d97 rename Texture to Image in doc of from_buffer function (#3713)
This doc link was missed when changing the type name.

Noticed in https://github.com/bevyengine/bevy/pull/3706 which will not be merged
2022-01-18 01:28:09 +00:00
..
camera Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
color Fix doc_markdown lints in bevy_render (#3479) 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
primitives bevy_gltf: Add support for loading lights (#3506) 2022-01-03 07:59:25 +00:00
render_graph Fixed doc comment with render Node input/output methods (#3642) 2022-01-17 20:44:22 +00:00
render_phase Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
render_resource support all line endings in shader preprocessor (#3603) 2022-01-09 18:52:18 +00:00
renderer bevy_render: Do not automatically enable MAPPABLE_PRIMARY_BUFFERS (#3698) 2022-01-17 22:03:14 +00:00
texture rename Texture to Image in doc of from_buffer function (#3713) 2022-01-18 01:28:09 +00:00
view bevy_render: Provide a way to opt-out of the built-in frustum culling (#3711) 2022-01-17 22:55:44 +00:00
lib.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00
options.rs Enable the doc_markdown clippy lint (#3457) 2022-01-09 23:20:13 +00:00
render_asset.rs Fix doc_markdown lints in bevy_render (#3479) 2022-01-09 11:09:46 +00:00
render_component.rs Add headless mode (#3439) 2022-01-08 10:39:43 +00:00