Skip to content

plugins/backgroundcontrast: fix transformations

Xaver Hugl requested to merge work/zamundaaa/contrast-flip into master

While the GLFramebuffer::blitFromRenderTarget helper un-applies the transformations the rendertarget has, the effect is not written with that in mind. In order to keep it working properly, blit without any transformations and only adjust the coordinate system difference between texture and fbo.

@davidre

Merge request reports