Skip to content

Commit

Permalink
Add atlas blend label
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero committed Mar 1, 2023
1 parent 591196f commit dcfbe51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impeller/entity/contents/atlas_contents.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ bool AtlasContents::Render(const ContentContext& renderer,

#ifdef FML_OS_PHYSICAL_IOS
auto new_texture = renderer.MakeSubpass(
sub_atlas->size, [&](const ContentContext& context, RenderPass& pass) {
"Atlas Blend" sub_atlas->size,
[&](const ContentContext& context, RenderPass& pass) {
Entity entity;
entity.SetContents(dst_contents);
entity.SetBlendMode(BlendMode::kSource);
Expand Down

0 comments on commit dcfbe51

Please sign in to comment.