---
title: kCVReturnPixelBufferNotMetalCompatible
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvreturnpixelbuffernotmetalcompatible
---

# kCVReturnPixelBufferNotMetalCompatible

The pixel buffer is not compatible with Metal due to an unsupported buffer size, pixel format, or attribute.

## Declaration

```swift
var kCVReturnPixelBufferNotMetalCompatible: CVReturn { get }
```

## See Also

### Pixel Buffer

- [kCVReturnInvalidPixelBufferAttributes](corevideo/kcvreturninvalidpixelbufferattributes.md)
- [kCVReturnInvalidPixelFormat](corevideo/kcvreturninvalidpixelformat.md)
- [kCVReturnInvalidSize](corevideo/kcvreturninvalidsize.md)
- [kCVReturnPixelBufferNotOpenGLCompatible](corevideo/kcvreturnpixelbuffernotopenglcompatible.md)
