I\'m trying to load a bitmap into an OpenGL texture and display it to the screen, but when I do so, the red and blue values seem to switch (e.g.: a blue image appears orange
You can switch GL_RGB to GL_BGR_EXT. In some cases GL_BGR isn't recognized.
GL_RGB
GL_BGR_EXT
GL_BGR