Closed NightShade256 closed 3 years ago
The SDL_PIXELFORMAT_RGBA32 alias is set the SDL_PIXELFORMAT_RGBA8888 on big endian systems while it is set to SDL_PIXELFORMAT_ABGR8888 on little endian systems. SDL Wiki.
SDL_PIXELFORMAT_RGBA32
SDL_PIXELFORMAT_RGBA8888
SDL_PIXELFORMAT_ABGR8888
In the bindings however it is the other way around.
Fixed in fermium-20014.4.2
fermium-20014.4.2
The
SDL_PIXELFORMAT_RGBA32
alias is set theSDL_PIXELFORMAT_RGBA8888
on big endian systems while it is set toSDL_PIXELFORMAT_ABGR8888
on little endian systems. SDL Wiki.In the bindings however it is the other way around.