Contents

isTessellationFactorScaleEnabled

A Boolean value that determines whether the pipeline scales the tessellation factor.

Declaration

var isTessellationFactorScaleEnabled: Bool { get set }

Discussion

The default value is false.

If this value is true, a scale factor is applied to the tessellation factors after the patch cull check is performed but before the tessellation factors are clamped to the value of maxTessellationFactor. The scale factor is applied only if the patch is not culled.

See Also

Related Documentation

Specifying tessellation state