You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS and Linux some minor speed improvement could be achieved, if there was a possibility to read the color data from a texture in RGB byte order when using the GPUFramebuffer.read_color(). Natively, the bytes are read in reversed order on little-endian systems.
The text was updated successfully, but these errors were encountered:
On macOS and Linux some minor speed improvement could be achieved, if there was a possibility to read the color data from a texture in RGB byte order when using the
GPUFramebuffer.read_color()
. Natively, the bytes are read in reversed order on little-endian systems.The text was updated successfully, but these errors were encountered: