Module glium::texture::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

  • Buffer that stores the content of a texture.