Contents

copy(destinationBuffer:pixelSize:flags:)

Copies the contents of a vImage buffer to the specified destination buffer.

Declaration

func copy(destinationBuffer: inout vImage_Buffer, pixelSize: Int, flags options: vImage.Options = .noFlags) throws

Parameters

  • destinationBuffer:

    The destination buffer.

  • pixelSize:

    The number of bytes for one pixel.

  • options:

    The options to use when performing the operation.