MPSMatrixCopyToImage.Encode Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Encode(IMTLCommandBuffer, MPSMatrix, NSArray<MPSImage>) | |
Encode(IMTLCommandBuffer, MPSMatrix, MPSImage) |
Encode(IMTLCommandBuffer, MPSMatrix, NSArray<MPSImage>)
[Foundation.Export("encodeBatchToCommandBuffer:sourceMatrix:destinationImages:")]
public virtual void Encode (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix sourceMatrix, Foundation.NSArray<MetalPerformanceShaders.MPSImage> destinationImages);
abstract member Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * Foundation.NSArray<MetalPerformanceShaders.MPSImage> -> unit
override this.Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * Foundation.NSArray<MetalPerformanceShaders.MPSImage> -> unit
Параметры
- commandBuffer
- IMTLCommandBuffer
- sourceMatrix
- MPSMatrix
- Атрибуты
Применяется к
Encode(IMTLCommandBuffer, MPSMatrix, MPSImage)
[Foundation.Export("encodeToCommandBuffer:sourceMatrix:destinationImage:")]
public virtual void Encode (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrix sourceMatrix, MetalPerformanceShaders.MPSImage destinationImage);
abstract member Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSImage -> unit
override this.Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrix * MetalPerformanceShaders.MPSImage -> unit
Параметры
- commandBuffer
- IMTLCommandBuffer
- sourceMatrix
- MPSMatrix
- destinationImage
- MPSImage
- Атрибуты