Pixel Buffer Objects (PBO) are the logical extension of vertex buffer objects to images and textures, allowing up- and downloading ("packing" and "unpacking" in GL terminology) of pixel data via buffer objects. This unties the client/server program flow for functions like glTextImage and glReadPixels in the same manner as for VBOs, having data transfers run asynchronously via DMA.