---
title: LowLevelRenderContextStandalone.Configuration
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/lowlevelrendercontextstandalone/configuration
---

# LowLevelRenderContextStandalone.Configuration

Configuration for creating a standalone render context backed by a Metal device.

## Declaration

```swift
struct Configuration
```

## Topics

### Creating a configuration

- [init(device:)](realitykit/lowlevelrendercontextstandalone/configuration/init(device:).md)

### Configuring the renderer

- [device](realitykit/lowlevelrendercontextstandalone/configuration/device.md)
- [memoryOwner](realitykit/lowlevelrendercontextstandalone/configuration/memoryowner.md)

## Relationships

### Conforms To

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

## See Also

### Creating a render context

- [init(configuration:resources:)](realitykit/lowlevelrendercontextstandalone/init(configuration:resources:).md)
- [init(configuration:)](realitykit/lowlevelrendercontextstandalone/init(configuration:).md)
- [LowLevelRenderContextStandalone.Resources](realitykit/lowlevelrendercontextstandalone/resources.md)
