Contents

CVPixelBufferRelease

Releases a pixel buffer.

Declaration

extern void CVPixelBufferRelease(CVPixelBufferRef texture);

Parameters

  • texture:

    The pixel buffer that you want to release.

Discussion

This function is equivalent to CFRelease, but is NULL safe.

See Also

Retaining and Releasing Pixel Buffers