---
title: supportsFoveation
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/capabilities/supportsfoveation
---

# supportsFoveation

A Boolean value that indicates whether the layer supports variable rasterization rates.

## Declaration

```swift
var supportsFoveation: Bool { get }
```

## Discussion

Discussion Foveation support lets you reduce the amount of high-resolution drawing you do. When foveation support is available, the system provides a variable rasterization rate map that defines the content resolution in different parts of the texture. This map allows you to render content in someone’s peripheral vision at a lower resolution than content in the center of their vision.
