Contents

CVMetalBufferCacheFlush(_:_:)

Declaration

func CVMetalBufferCacheFlush(_ bufferCache: CVMetalBufferCache, _ options: CVOptionFlags)

Parameters

  • bufferCache:

    The buffer cache object to flush

  • options:

    Currently unused, set to 0.

Discussion

Performs internal housekeeping/recycling operations

This call must be made periodically to give the buffer cache a chance to do internal housekeeping operations.

See Also

Functions