Pixel buffer

Pixel buffer or pBuffer is an extension to OpenGL which allows to do off-screen rendering. It expands upon Vertex Buffer Objects (VBO) in order to store not only vertex data but also pixel data into the buffer objects.

The pBuffer has been deprecated and replaced by FBOs (Framebuffer Objects).

See also

External links