---
title: rasterizationRateMaps
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/drawable/rasterizationratemaps
---

# rasterizationRateMaps

The rasterization rate maps to use when rendering the frame.

## Declaration

```swift
var rasterizationRateMaps: [any MTLRasterizationRateMap] { get }
```

## Discussion

Discussion Apply a rasterization rate map to your render descriptor when you set up your drawing environment. A rate map defines how the GPU scales different parts of the texture to fill the display. You use these rate maps to save time and render less important parts of your scene at lower resolutions. For example, the drawable includes a rasterization rate map to render the portions of the texture in someone’s peripheral vision at a lower resolution. Rasterization rate maps are available only when foveation is enabled.

## See Also

### Getting the rasterization rate map

- [flippedRasterizationRateMaps](compositorservices/layerrenderer/drawable/flippedrasterizationratemaps.md)
