---
title: MTL4LogicalToPhysicalColorAttachmentMappingState.inherited
framework: metal
role: symbol
role_heading: Case
path: metal/mtl4logicaltophysicalcolorattachmentmappingstate/inherited
---

# MTL4LogicalToPhysicalColorAttachmentMappingState.inherited

Deduces the color attachment mapping by inheriting it from the color attachment map of the current encoder.

## Declaration

```swift
case inherited
```

## Discussion

Discussion Use this setting to indicate Metal should inherit the mapping from the colorAttachmentMap property of the current MTL4RenderCommandEncoder or MTLRenderCommandEncoder in use at draw time.
