mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-31 14:21:06 +02:00
Unlike the test images in the previous commit, this one is 4-bytes-per-pixel RGBA32, so the masks used here appear to be correct for both endiannesses. Converting it to SDL_PIXELFORMAT_RGBA32 just makes it more concise. Signed-off-by: Simon McVittie <smcv@collabora.com>