Frame Buffer

The frame buffer is a chunk of graphics card memory that contains what is displayed on the screen.

OpenGL renders shapes, images, etc. into pixels of the frame buffer.

Like an image, but for each pixel there can be additional data besides color - depth, masking, etc.