<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Metal",
  "identifier" : "/documentation/Metal/MTLRenderPipelineDescriptor/isTessellationFactorScaleEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Metal"
    ],
    "preciseIdentifier" : "c:objc(cs)MTLRenderPipelineDescriptor(py)tessellationFactorScaleEnabled"
  },
  "title" : "isTessellationFactorScaleEnabled"
}
-->

# isTessellationFactorScaleEnabled

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

```
var isTessellationFactorScaleEnabled: Bool { get set }
```

## Discussion

The default value is <doc://com.apple.documentation/documentation/Swift/false>.

If this value is <doc://com.apple.documentation/documentation/Swift/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`](/documentation/Metal/MTLRenderPipelineDescriptor/maxTessellationFactor). The scale factor is applied only if the patch is not culled.

## See Also

[`setTessellationFactorScale(_:)`](/documentation/Metal/MTLRenderCommandEncoder/setTessellationFactorScale(_:))

Configures the scale factor for per-patch tessellation factors.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)