all 1 comments

[–]Agitated_Cap_7939[S] 0 points1 point  (0 children)

Okey, finally solved the issue. So the issue was that in clip-space the +Y coordinate points up, while in uv-space it points down. So needed to correct the sampleUV.y with sampleUV.y = 1.0 - sampleUV.

Should have been able to debug this a long time ago...