<!--
{
  "availability" : [
    "macOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CompositorServices",
  "identifier" : "/documentation/CompositorServices/DefaultCompositorLayerConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Compositor Services",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:27_CompositorServices_SwiftUI07DefaultA18LayerConfigurationV"
  },
  "title" : "DefaultCompositorLayerConfiguration"
}
-->

# DefaultCompositorLayerConfiguration

A type that configures the layer with the default texture configurations and rendering behaviors for the current device.

```
@MainActor @preconcurrency struct DefaultCompositorLayerConfiguration
```

## Overview

Use this type when your Metal rendering engine uses the default rendering options.

## Topics

### Specifying the custom options

### Getting the default options

## Relationships

### Conforms To

[`CompositorLayerConfiguration`](/documentation/CompositorServices/CompositorLayerConfiguration)

[`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)