<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 13.1.0 - 13.1.0",
    "macOS: 10.5.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "QuartzCore",
  "identifier" : "/documentation/QuartzCore/CAOpenGLLayer/isAsynchronous",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Core Animation"
    ],
    "preciseIdentifier" : "c:objc(cs)CAOpenGLLayer(py)asynchronous"
  },
  "title" : "isAsynchronous"
}
-->

# isAsynchronous

Determines when the contents of the layer are updated.

```
var isAsynchronous: Bool { get set }
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/false>, the contents of the layer are updated only in response to receiving a [`setNeedsDisplay()`](/documentation/QuartzCore/CALayer/setNeedsDisplay()) message. When <doc://com.apple.documentation/documentation/Swift/true>, the receiver’s [`canDraw(inCGLContext:pixelFormat:forLayerTime:displayTime:)`](/documentation/QuartzCore/CAOpenGLLayer/canDraw(inCGLContext:pixelFormat:forLayerTime:displayTime:)) is called periodically to determine if the OpenGL content should be updated.

## See Also

  [Core Animation Programming Guide](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/CoreAnimation_guide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40004514)



---

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)