Content deleted Content added
No edit summary |
|||
Line 11:
===Sort-first===
Sort-first rendering decomposes the final view in screen space, that is, each contributor renders a 2D tile of the final view.<ref>Molnar, S., M. Cox, D. Ellsworth, and H. Fuchs. “A Sorting Classification of Parallel
Line 21 ⟶ 20:
===Sort-last===
Sort-last rendering on the other hand decomposes the rendered database across all rendering units, and recombines the partially rendered frames. This modes scales the rendering very well, but the recomposition step is expensive due to the amount of pixel data processed during recomposition.
|