Share via


MPSImageEDLines.Encode Method

Definition

[Foundation.Export("encodeToCommandBuffer:sourceTexture:destinationTexture:endpointBuffer:endpointOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Encode(Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.IMTLTexture? dest, Metal.IMTLBuffer endpointBuffer, UIntPtr endpointOffset);
[<Foundation.Export("encodeToCommandBuffer:sourceTexture:destinationTexture:endpointBuffer:endpointOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Encode : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLBuffer * unativeint -> unit
override this.Encode : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLTexture * Metal.IMTLBuffer * unativeint -> unit

Parameters

commandBuffer
IMTLCommandBuffer
source
IMTLTexture
endpointBuffer
IMTLBuffer
endpointOffset
UIntPtr

unativeint

Attributes

Applies to