TSwizzlingRasterizer

Graphics32

TSwizzlingRasterizer

Hierarchy

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

Properties Methods
In TSwizzlingRasterizer:
BlockSize
In TRasterizer:
Sampler Rasterize

See Also

Nested Sampling Example