I noted that calling SDL_SetClipRect doesn't do anything when you have SDL in OpenGL mode. I guess that this makes sense, as at this point your utilizing pure OpenGL and not the default SDL interface. But, this causes a problem for me, how exactly do I create a clipping rect in OpenGL?

I know this has probably been asked 1000's of times, but I can't find it in my quick searches .