<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVOpenGLTexture",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@T@CVOpenGLTextureRef"
  },
  "title" : "CVOpenGLTexture"
}
-->

# CVOpenGLTexture

A reference to an OpenGL texture-based image buffer object.

```
typealias CVOpenGLTexture = CVImageBuffer
```

## Discussion

The Core Video OpenGL texture is a wrapper around the standard OpenGL texture.

---

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)