Texture Mapping
A Texture is a rectangular pixel map that is mapped onto some surface
Operations in texture mapping
- Determining which texture pixel (texel) should be used for the mapping onto the target fragment (done during scan conversion)
- Filtering the texel color value (with or without mipmapping) -- Pixel Operation
- Blending the texel with the fragment -- Pixel Operation