mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pub mod prelude {
|
|||
draw::Draw,
|
||||
entity::*,
|
||||
mesh::{shape, Mesh},
|
||||
pass::ClearColor,
|
||||
pipeline::RenderPipelines,
|
||||
shader::Shader,
|
||||
texture::Texture,
|
||||
|
|
Loading…
Add table
Reference in a new issue