---
title: configuration
framework: compositorservices
role: symbol
role_heading: Instance Property
path: compositorservices/layerrenderer/configuration-swift.property
---

# configuration

The configuration details for the specified layer.

## Declaration

```swift
var configuration: LayerRenderer.Configuration { get }
```

## Discussion

Discussion Use the information in this property to set up your rendering loop. The layer ignores any modifications you make to the specified configuration data. To properly configure the layer, specify those details in the initializer for your CompositorLayer type.

## See Also

### Configuring the layer renderer

- [LayerRenderer.Configuration](compositorservices/layerrenderer/configuration-swift.struct.md)
- [LayerRenderer.Capabilities](compositorservices/layerrenderer/capabilities.md)
