mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
removed duplicated doc line in material.rs (#5405)
# Objective I've found there is a duplicated line, probably left after some copy paste. ## Solution - removed it --- Co-authored-by: adsick <vadimgangsta73@gmail.com>
This commit is contained in:
parent
01f5f8cbe3
commit
99440c11b3
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ use crate::{
|
|||
|
||||
/// Materials are used alongside [`Material2dPlugin`] and [`MaterialMesh2dBundle`]
|
||||
/// to spawn entities that are rendered with a specific [`Material2d`] type. They serve as an easy to use high level
|
||||
/// to spawn entities that are rendered with a specific [`Material2d`] type. They serve as an easy to use high level
|
||||
/// way to render [`Mesh2dHandle`] entities with custom shader logic.
|
||||
///
|
||||
/// Material2ds must implement [`AsBindGroup`] to define how data will be transferred to the GPU and bound in shaders.
|
||||
|
|
Loading…
Reference in a new issue