MPSMatrixCopy.EncodeToCommandBuffer Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor) | |
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor, MPSVector, nuint, MPSVector, nuint) |
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor)
[Foundation.Export("encodeToCommandBuffer:copyDescriptor:")]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer cmdBuf, MetalPerformanceShaders.MPSMatrixCopyDescriptor copyDescriptor);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor -> unit
Parámetros
- cmdBuf
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- Atributos
Se aplica a
EncodeToCommandBuffer(IMTLCommandBuffer, MPSMatrixCopyDescriptor, MPSVector, nuint, MPSVector, nuint)
[Foundation.Export("encodeToCommandBuffer:copyDescriptor:rowPermuteIndices:rowPermuteOffset:columnPermuteIndices:columnPermuteOffset:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EncodeToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSMatrixCopyDescriptor copyDescriptor, MetalPerformanceShaders.MPSVector rowPermuteIndices, nuint rowPermuteOffset, MetalPerformanceShaders.MPSVector columnPermuteIndices, nuint columnPermuteOffset);
abstract member EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor * MetalPerformanceShaders.MPSVector * nuint * MetalPerformanceShaders.MPSVector * nuint -> unit
override this.EncodeToCommandBuffer : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSMatrixCopyDescriptor * MetalPerformanceShaders.MPSVector * nuint * MetalPerformanceShaders.MPSVector * nuint -> unit
Parámetros
- commandBuffer
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- rowPermuteOffset
- System.System.UIntPtr System.unativeint
- columnPermuteOffset
- System.System.UIntPtr System.unativeint
- Atributos