Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
++
  • Loading branch information
jonahwilliams committed Apr 23, 2024
commit ca67acecec2b8bd92651974ae8d3247b4966fcd1
2 changes: 1 addition & 1 deletion impeller/entity/shaders/blending/porter_duff_blend.frag
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ f16vec4 Sample(f16sampler2D texture_sampler,
if (supports_decal > 0.0) {
return texture(texture_sampler, texture_coords);
}
return IPHalfSampleDecal(texture_sampler, texture_coords, tmx, tmy);
return IPHalfSampleWithTileMode(texture_sampler, texture_coords, tmx, tmy);
}

void main() {
Expand Down