Pixel Transfer: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Stub page for these.
 
m small term fix
Line 1: Line 1:
A '''Pixel Transfer''' operation is the act of taking pixel data from an unformatted memory buffer and storing it in an object 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 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.


{{stub}}
{{stub}}


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

Revision as of 19:38, 22 October 2009

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 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.