Skip to content

Commit

Permalink
add bevy_render::pass::ClearColor to prelude (bevyengine#396)
Browse files Browse the repository at this point in the history
It is common for users to want to set their clear color.
  • Loading branch information
inodentry authored and mrk-its committed Oct 6, 2020
1 parent 3dcd154 commit fad63bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_render/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub mod prelude {
draw::Draw,
entity::*,
mesh::{shape, Mesh},
pass::ClearColor,
pipeline::RenderPipelines,
shader::Shader,
texture::Texture,
Expand Down

0 comments on commit fad63bc

Please sign in to comment.