Pixel Transfer: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m small term fix
tweak to wording.
Line 1: Line 1:
A '''Pixel Transfer''' operation is the act of taking pixel data from an unformatted memory buffer and storing it in storage governed by an [[Image Formats|image format]]. There are a number of functions that affect how pixel transfer operation is handled; many of these relate to how the information in the memory buffer is to be interpreted.
A '''Pixel Transfer''' operation is the act of taking pixel data from an unformatted memory buffer and copying it in OpenGL-owned storage governed by an [[Image Formats|image format]]. Or vice-versa: copying pixel data from image format-based storage to unformatted memory. There are a number of functions that affect how pixel transfer operation is handled; many of these relate to how the information in the memory buffer is to be interpreted.


{{stub}}
{{stub}}


[[Category:Textures]]
[[Category:Textures]]

Revision as of 02:31, 13 May 2011

A Pixel Transfer operation is the act of taking pixel data from an unformatted memory buffer and copying it in OpenGL-owned storage governed by an image format. Or vice-versa: copying pixel data from image format-based storage to unformatted memory. There are a number of functions that affect how pixel transfer operation is handled; many of these relate to how the information in the memory buffer is to be interpreted.