Skip to content

plugins/glide: Fix rotation order when applying render target transformation

Vlad Zahorodnii requested to merge work/zzag/glide-rotation-order into master

The perspective projection matrix has its y axis flipped vertically. It should be undone when applying the render target transformation, otherwise the rotation order will be wrong.

BUG: 481664

Merge request reports