---
title: LowLevelRenderer.Configuration.Output
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/lowlevelrenderer/configuration/output-swift.struct
---

# LowLevelRenderer.Configuration.Output

The pixel format configuration for a renderer’s output attachments.

## Declaration

```swift
struct Output
```

## Topics

### Creating an output configuration

- [init(colorPixelFormat:depthPixelFormat:)](realitykit/lowlevelrenderer/configuration/output-swift.struct/init(colorpixelformat:depthpixelformat:).md)

### Specifying pixel formats

- [colorPixelFormat](realitykit/lowlevelrenderer/configuration/output-swift.struct/colorpixelformat.md)
- [depthPixelFormat](realitykit/lowlevelrenderer/configuration/output-swift.struct/depthpixelformat.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying the output

- [output](realitykit/lowlevelrenderer/configuration/output-swift.property.md)
- [renderTargetDescriptor](realitykit/lowlevelrenderer/configuration/rendertargetdescriptor.md)
