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
I should test the Argb struct and Rgba struct on platform with different endianness from linux to verify it works. For now, we emit a warning from a build script if we detect big endianness.
The text was updated successfully, but these errors were encountered:
Those have been replaced with rgb::BGRA8 and rgb::RGBA8, respectively. However, the problem with endianness remains, and I still have no big endian hardware to test on.
I should test the
Argb
struct andRgba
struct on platform with different endianness from linux to verify it works. For now, we emit a warning from a build script if we detect big endianness.The text was updated successfully, but these errors were encountered: