CrimsonAS / gtkplatform

Run Qt applications using gtk+ as a windowing system.

Home Page:https://crimson.no

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate using framebuffer blit to do mirroring

rburchell opened this issue · comments

QImage::mirrored is quite expensive (especially on high DPI). Investigate if a framebuffer blit before glReadPixels would be cheaper in QGtkOpenGLContext.