Description

This rasterizer determines its rasterization path from the intensity difference between samples. It always chooses the path with lowest intensity difference. Due to a higher propability of near execution code and memory loads, this may optimize the CPU cache usage; hence increase in overall performance. To see how this rasterizer works, check the nested sampling example and choose this rasterizer.

[See Also]