asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Investigate Color / PixelFormat / Endianness #14

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Something is wrong around : Color PixelColor PixelFormat Endianness RGBSurface stored values RGBSurface::convert... The result of the conversion is the opposite of what is expected. Detected with OpenGL. Seems to keep working fine with SDL for some reason... -> Need to write a lot of tests to find out whats wrong Maybe after implementing basic OpenGL functions...