I am wondering how to perform a 2D image blit with openGL. I used to use SDL and it was easy, but with opengl I end up making a rectangle with texture coords that is sunk a little into the screen. Is there any way to perform a 'real' blit?
void blitImage(unsigned int glTex, int top, int left)
{
//what do I do?
}