SFGraphics icon indicating copy to clipboard operation
SFGraphics copied to clipboard

Framebuffer reading poor performance from flipping image

Open ScanMountGoat opened this issue 5 years ago • 0 comments

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

ScanMountGoat avatar Jul 26 '20 19:07 ScanMountGoat