Contents

rasterizationRateMap

The rasterization rate map to use when executing the render pass.

Declaration

var rasterizationRateMap: (any MTLRasterizationRateMap)? { get set }

Mentioned in

Discussion

The default value is nil, which means that viewport coordinates are in the same coordinate system as the physical coordinates in the render target. Otherwise, Metal uses the rate map to convert between viewport coordinates and physical coordinates in the render target.