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.

link|improve this question

Do you actually need to convert it to RGBA, or just load it into a texture? – genpfault Dec 2 '10 at 21:52
feedback

1 Answer

up vote 0 down vote accepted

Give "How To Load an OpenGL Texture from an SDL_Surface" a shot.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.