Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7595d3c

Browse files
committed
Clear attachments
1 parent 4f07548 commit 7595d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/entity/contents/scene_contents.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bool SceneContents::Render(const ContentContext& renderer,
5050
"SceneContents", // label
5151
StorageMode::kDeviceTransient, // color_storage_mode
5252
StorageMode::kDevicePrivate, // color_resolve_storage_mode
53-
LoadAction::kDontCare, // color_load_action
53+
LoadAction::kClear, // color_load_action
5454
StoreAction::kMultisampleResolve, // color_store_action
5555
StorageMode::kDeviceTransient, // stencil_storage_mode
5656
LoadAction::kDontCare, // stencil_load_action

0 commit comments

Comments
 (0)