mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
d39bb315af
Some additional overhead was added to newScreenshot because it doesn't use glPixelTransfer (not supported in ES2 / core GL3+, and like all GL functions has the slight potential to be buggy on some drivers). This choice might be revisited in the future.