<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderer/CullConfiguration",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer08LowLevelC0C17CullConfigurationV"
  },
  "title" : "LowLevelRenderer.CullConfiguration"
}
-->

# LowLevelRenderer.CullConfiguration

The configuration for a frustum culling operation.

```
struct CullConfiguration
```

## Topics

### Creating a cull configuration

[`init(frustum: LowLevelRenderer.CullConfiguration.Frustum)`](/documentation/RealityKit/LowLevelRenderer/CullConfiguration/init(frustum:))

Creates a cull configuration with the given frustum.

### Configuring the frustum

[`var frustum: LowLevelRenderer.CullConfiguration.Frustum`](/documentation/RealityKit/LowLevelRenderer/CullConfiguration/frustum-swift.property)

The frustum to test instances against.

[`struct Frustum`](/documentation/RealityKit/LowLevelRenderer/CullConfiguration/Frustum-swift.struct)

A culling frustum defined by a set of planes.

### Defining frustum planes

[`struct Plane`](/documentation/RealityKit/LowLevelRenderer/CullConfiguration/Plane)

An infinite directed plane used to cull mesh instances.



---

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)