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:
parent
3efbaca104
commit
ad460159b0
@ -20,6 +20,7 @@ pub mod prelude {
|
|||||||
draw::Draw,
|
draw::Draw,
|
||||||
entity::*,
|
entity::*,
|
||||||
mesh::{shape, Mesh},
|
mesh::{shape, Mesh},
|
||||||
|
pass::ClearColor,
|
||||||
pipeline::RenderPipelines,
|
pipeline::RenderPipelines,
|
||||||
shader::Shader,
|
shader::Shader,
|
||||||
texture::Texture,
|
texture::Texture,
|
||||||
|
Loading…
Reference in New Issue
Block a user