Module pixel_buffer

Module pixel_buffer 

Source
Expand description

Pixel buffers are buffers that contain two-dimensional texture data.

Contrary to textures, pixel buffers are stored in a client-defined format. They are used to transfer data to or from the video memory, before or after being turned into a texture.

Structsยง

PixelBuffer
Buffer that stores the content of a texture.