Skip to content

Commit

Permalink
Clear attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed Dec 25, 2022
1 parent 4f07548 commit 7595d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/entity/contents/scene_contents.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool SceneContents::Render(const ContentContext& renderer,
"SceneContents", // label
StorageMode::kDeviceTransient, // color_storage_mode
StorageMode::kDevicePrivate, // color_resolve_storage_mode
LoadAction::kDontCare, // color_load_action
LoadAction::kClear, // color_load_action
StoreAction::kMultisampleResolve, // color_store_action
StorageMode::kDeviceTransient, // stencil_storage_mode
LoadAction::kDontCare, // stencil_load_action
Expand Down

0 comments on commit 7595d3c

Please sign in to comment.