Skip to content

effects/startupfeedback: Use clamp to edge wrap mode

Vlad Zahorodnii requested to merge work/zzag/startup-feedback-clamp-to-edge into master

The dpi of bouncing icon may not match the dpi of the screen, which can make the linear filter sample texels from the opposite edge when using the default wrap mode.

BUG: 448947

Merge request reports