Skip to content

Commit

Permalink
add bevy_render::pass::ClearColor to prelude (#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 Aug 30, 2020
1 parent 3efbaca commit ad46015
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 ad46015

Please sign in to comment.