Pixel buffer

Pixel buffer or pBuffer is a feature in OpenGL and OpenGL ES platform interfaces which allows to do off-screen rendering. It is specified as an extension to WGL API, and a core feature of GLX & EGL.

When using pBuffers user can bind OpenGL context to offscreen surfaces, effectively making rendering off-screen to default framebuffer allocated by OpenGL itself.

The pBuffer functionality has been later superseded by the usage of FBOs (Framebuffer Objects). However, it can be still used on modern OpenGL drivers.

Should not be confused with pixel buffer objects (named also PBOs), which are not-renderable buffers containing raw pixel data.

See also

External links


This article is issued from Wikipedia - version of the 2/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.