MPSMatrixCopy.EncodeToCommandBuffer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- cmdBuf
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- Attributs
S’applique à
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
Paramètres
- commandBuffer
- IMTLCommandBuffer
- copyDescriptor
- MPSMatrixCopyDescriptor
- rowPermuteOffset
- System.System.UIntPtr System.unativeint
- columnPermuteOffset
- System.System.UIntPtr System.unativeint
- Attributs