add bevy_render::pass::ClearColor to prelude (#396)

It is common for users to want to set their clear color.
This commit is contained in:
Jasen Borisov 2020-08-30 20:20:11 +02:00 committed by GitHub
parent 3efbaca104
commit ad460159b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ pub mod prelude {
draw::Draw,
entity::*,
mesh::{shape, Mesh},
pass::ClearColor,
pipeline::RenderPipelines,
shader::Shader,
texture::Texture,