Skip to content

Commit ad46015

Browse files
authored
add bevy_render::pass::ClearColor to prelude (#396)
It is common for users to want to set their clear color.
1 parent 3efbaca commit ad46015

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_render/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub mod prelude {
2020
draw::Draw,
2121
entity::*,
2222
mesh::{shape, Mesh},
23+
pass::ClearColor,
2324
pipeline::RenderPipelines,
2425
shader::Shader,
2526
texture::Texture,

0 commit comments

Comments
 (0)