Backgrund

Hi,
Can some one tell me who to make a background (2d).
Thanks

Make the background a texture and draw it as a textured quad that covers the entire viewport.

Or if speed is not so important, use glDrawPixels().