Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Impeller] Remove duplicate code in 'TiledTextureContents'
  • Loading branch information
ColdPaleLight committed Nov 10, 2022
commit f2e570829411275b5da29506180bd3efe5f1e5f8
2 changes: 0 additions & 2 deletions impeller/entity/contents/tiled_texture_contents.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ bool TiledTextureContents::Render(const ContentContext& renderer,

Command cmd;
cmd.label = "TiledTextureFill";
cmd.pipeline =
renderer.GetTiledTexturePipeline(OptionsFromPassAndEntity(pass, entity));
cmd.stencil_reference = entity.GetStencilDepth();

auto geometry_result =
Expand Down