<!--
{
  "availability" : [
    "macOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CompositorServices",
  "identifier" : "/documentation/CompositorServices/LayerRenderer/Layout",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Compositor Services",
      "CompositorServices"
    ],
    "preciseIdentifier" : "c:@E@cp_layer_renderer_layout"
  },
  "title" : "LayerRenderer.Layout"
}
-->

# LayerRenderer.Layout

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

```
enum Layout
```

## Topics

### Getting the texture layouts

[`cp_layer_renderer_layout_dedicated`](/documentation/CompositorServices/LayerRenderer/Layout/dedicated)

A layout that assigns a separate texture to each rendered view.

[`cp_layer_renderer_layout_shared`](/documentation/CompositorServices/LayerRenderer/Layout/shared)

A layout that uses a single texture to store the content for all rendered views.

[`cp_layer_renderer_layout_layered`](/documentation/CompositorServices/LayerRenderer/Layout/layered)

A layout that specifies each view’s content as a slice of a single texture.

## Relationships

### Conforms To

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)