<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/RealityRenderer/CameraOutput/Descriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation0A8RendererC12CameraOutputV10DescriptorV"
  },
  "title" : "RealityRenderer.CameraOutput.Descriptor"
}
-->

# RealityRenderer.CameraOutput.Descriptor

Describes the output of rendering with a camera.

```
struct Descriptor
```

## Topics

### Instance Properties

[`var colorTextures: [any MTLTexture]`](/documentation/RealityKit/RealityRenderer/CameraOutput/Descriptor/colorTextures)

Textures to store color output.

[`var viewports: [RealityRenderer.CameraOutput.RelativeViewport]`](/documentation/RealityKit/RealityRenderer/CameraOutput/Descriptor/viewports)

Viewports to use for rendering with a camera.

### Type Methods

[`static func singleProjection(colorTexture: any MTLTexture) -> RealityRenderer.CameraOutput.Descriptor`](/documentation/RealityKit/RealityRenderer/CameraOutput/Descriptor/singleProjection(colorTexture:))

Creates a descriptor for single projection output.

---

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)