Contents

CVPixelBufferRelease

Releases a pixel buffer.

Declaration

extern void CVPixelBufferRelease(CVPixelBufferRef texture);

Discussion

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

See Also

Retaining and Releasing Pixel Buffers