Skip to content

effects/screenshot: fix the screenshot on GLES

Bhushan Shah requested to merge work/fix-screenshots-gles into master

We want to multiply the width/height by scale weather or not we are using GLES or not, otherwise this will only provide part of screen when used with e.g fullscreen screenshot.

Merge request reports