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) throwsParameters
- destinationBuffer:
The destination buffer.
- pixelSize:
The number of bytes for one pixel.
- options:
The options to use when performing the operation.