<!--
{
  "availability" : [
    "macOS: 26.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CompositorServices",
  "identifier" : "/documentation/CompositorServices/LayerRenderer/State-swift.enum/running",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Compositor Services"
    ],
    "preciseIdentifier" : "c:@E@cp_layer_renderer_state@cp_layer_renderer_state_running"
  },
  "title" : "LayerRenderer.State.running"
}
-->

# LayerRenderer.State.running

A state that indicates the layer is visible and ready for you to draw your content.

```
case running
```

## Discussion

When the layer enters this state, start your rendering loop and begin drawing frames of content. Keep drawing frames of content until the layer transitions to another state.

---

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)