mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Whenever I have to fix something endianness-related, I always get confused about whether the byte-oriented format that guarantees to put red in byte 0 is RGBA8888 or RGBA32. (The answer is that it's RGBA32.) Signed-off-by: Simon McVittie <smcv@collabora.com>