---
title: LayerRenderer.Layout
framework: compositorservices
role: symbol
role_heading: Enumeration
path: compositorservices/layerrenderer/layout
---

# LayerRenderer.Layout

Constants that specify the organization of the textures you use for drawing.

## Declaration

```swift
enum Layout
```

## Topics

### Getting the texture layouts

- [LayerRenderer.Layout.dedicated](compositorservices/layerrenderer/layout/dedicated.md)
- [LayerRenderer.Layout.shared](compositorservices/layerrenderer/layout/shared.md)
- [LayerRenderer.Layout.layered](compositorservices/layerrenderer/layout/layered.md)

### Initializers

- [init(rawValue:)](compositorservices/layerrenderer/layout/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring the texture layout

- [layout](compositorservices/layerrenderer/configuration-swift.struct/layout.md)
