SFGraphics
SFGraphics copied to clipboard
Framebuffer reading poor performance from flipping image
The bitmap flip is quite slow. The framebuffer reading methods should perform the flip manually or not flip and have the caller choose to flip or not.
https://github.com/ScanMountGoat/SFGraphics/blob/309be02e80246028e6969648b1a51482d04c692e/Projects/SFGraphics/GLObjects/Framebuffers/FramebufferReading.cs#L14-L49