Content deleted Content added
Line 77:
====Scatter====
The scatter operation is
The fragment processor cannot perform a direct scatter operation because the ___location of each fragment on the grid is fixed at the time of the fragment's creation and cannot be altered by the programmer. However, a logical scatter operation may sometimes be recast or implemented with an additional gather step. A scatter implementation would first emit both an output value and an output address. An immediately following gather operation uses address comparisons to see whether the output value maps to the current output slot.
====Gather====
|