Edit

Share via


MPSMatrixCopyToImage Constructors

Definition

Overloads

MPSMatrixCopyToImage(NSCoder)
MPSMatrixCopyToImage(NSObjectFlag)
MPSMatrixCopyToImage(IntPtr)
MPSMatrixCopyToImage(NSCoder, IMTLDevice)
MPSMatrixCopyToImage(IMTLDevice, MPSDataLayout)

MPSMatrixCopyToImage(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixCopyToImage (Foundation.NSCoder coder);
new MetalPerformanceShaders.MPSMatrixCopyToImage : Foundation.NSCoder -> MetalPerformanceShaders.MPSMatrixCopyToImage

Parameters

coder
NSCoder
Attributes

Applies to

MPSMatrixCopyToImage(NSObjectFlag)

protected MPSMatrixCopyToImage (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSMatrixCopyToImage : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSMatrixCopyToImage

Parameters

Applies to

MPSMatrixCopyToImage(IntPtr)

protected internal MPSMatrixCopyToImage (IntPtr handle);
new MetalPerformanceShaders.MPSMatrixCopyToImage : nativeint -> MetalPerformanceShaders.MPSMatrixCopyToImage

Parameters

handle
IntPtr

nativeint

Applies to

MPSMatrixCopyToImage(NSCoder, IMTLDevice)

[Foundation.Export("initWithCoder:device:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixCopyToImage (Foundation.NSCoder aDecoder, Metal.IMTLDevice device);
new MetalPerformanceShaders.MPSMatrixCopyToImage : Foundation.NSCoder * Metal.IMTLDevice -> MetalPerformanceShaders.MPSMatrixCopyToImage

Parameters

aDecoder
NSCoder
device
IMTLDevice
Attributes

Applies to

MPSMatrixCopyToImage(IMTLDevice, MPSDataLayout)

[Foundation.Export("initWithDevice:dataLayout:")]
[ObjCRuntime.DesignatedInitializer]
public MPSMatrixCopyToImage (Metal.IMTLDevice device, MetalPerformanceShaders.MPSDataLayout dataLayout);
new MetalPerformanceShaders.MPSMatrixCopyToImage : Metal.IMTLDevice * MetalPerformanceShaders.MPSDataLayout -> MetalPerformanceShaders.MPSMatrixCopyToImage

Parameters

device
IMTLDevice
dataLayout
MPSDataLayout
Attributes

Applies to