<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVEAGLContext",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@T@CVEAGLContext"
  },
  "title" : "CVEAGLContext"
}
-->

# CVEAGLContext

A type that resolves to an <doc://com.apple.documentation/documentation/OpenGLES/EAGLContext> pointer when appropriate.

```
typealias CVEAGLContext = EAGLContext
```

## Discussion

Core Video can be included in procedural C projects as well as Objective-C projects, so this type resolves to `void *` when using the former.

---

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)