TSwizzlingRasterizer

Ancestors

TCustomRasterizer
   |
TRasterizer

Description

A rasterization method where sample locations are choosen according to a fractal pattern called swizzling. An advantage with this pattern is that it may benefit from local coherency in the sampling method used, and moreover optimize the CPU cache usage. To see how this work, take a look at the nested sampling example with the swizzling rasterizer enabled.

Reference

Methods Properties
In TSwizzlingRasterizer:
BlockSize
In TRasterizer:
Rasterize Sampler

See Also

Examples