|
The fragment is the next pixel, it has more attributes such as position and normal vector than the pixel. Fragment-by-fragment operations include pixel ownership operations (to determine whether the target pixel is visible or covered by an overlapping window), cut test, alpha test, mask test, blending, etc. |
|