mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
change clear color
This commit is contained in:
parent
f814695b00
commit
4435d536e8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ impl<'a, 'b, 'c> ForwardPassBuilder for RenderGraphBuilder<'a, 'b, 'c> {
|
|||
resolve_target: None,
|
||||
load_op: LoadOp::Clear,
|
||||
store_op: StoreOp::Store,
|
||||
clear_color: Color::rgb(0.3, 0.4, 0.5),
|
||||
clear_color: Color::rgb(0.1, 0.1, 0.1),
|
||||
}],
|
||||
depth_stencil_attachment: Some(RenderPassDepthStencilAttachmentDescriptor {
|
||||
attachment: resource_name::texture::DEPTH.to_string(),
|
||||
|
|
Loading…
Reference in a new issue