Contents

maxTessellationFactor

The maximum tessellation factor that the tessellator uses when tessellating patches.

Declaration

var maxTessellationFactor: Int { get set }

Discussion

The default value is 16 and the maximum value is 64. Any value in between needs to be set according to the partitioning mode specified by the tessellationPartitionMode property:

See Also

Specifying tessellation state