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
Test case at github.com/alestane/sdl_surface_test_nff/. Provided with a packed black-white bitmap, SDL_CreateTextureFromSurface treats the contents as being in MSB order even if SDL_PIXELFORMAT_INDEX1LSB is specified
Uncomment lines 41-44 of demo.cpp to manually reverse each byte before drawing.