<!--
{
  "availability" : [
    "macOS: 10.4.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVOpenGLBufferPoolGetAttributes(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "c:@F@CVOpenGLBufferPoolGetAttributes"
  },
  "title" : "CVOpenGLBufferPoolGetAttributes(_:)"
}
-->

# CVOpenGLBufferPoolGetAttributes(_:)

Returns the pool attributes dictionary for an Open GL buffer pool.

```
func CVOpenGLBufferPoolGetAttributes(_ pool: CVOpenGLBufferPool) -> Unmanaged<CFDictionary>?
```

## Parameters

`pool`

The OpenGL buffer pool containing the attributes to be retrieved.

## Return Value

The buffer-pool attributes Core Foundation dictionary, or `NULL` on failure.

## Discussion

---

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)