Skip to content

effects/zoom: Fix rendering with mixed scale factors

Vlad Zahorodnii requested to merge work/zzag/zoom-mixed-scale into master

When allocating offscreen texture, we should use screen's scale rather than current render target's scale.

In addition to that, the cached vbo cannot be used for rendering on other screens with different scale factors, which can happen.

Merge request reports