I want to convert an SDL_Surface, which was loaded by IMG_Load() to an other pixel format (rgba8) for an OpenGL Texture. How can I do that? I've read about SDL_ConvertSurface() in the documentation, but I can't figure out, how to put it together.
feedback
|