Share via


MPSImageNormalizedHistogram.Encode Method

Definition

[Foundation.Export("encodeToCommandBuffer:sourceTexture:minmaxTexture:histogram:histogramOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Encode(Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.IMTLTexture minmaxTexture, Metal.IMTLBuffer histogram, UIntPtr histogramOffset);
[<Foundation.Export("encodeToCommandBuffer:sourceTexture:minmaxTexture:histogram:histogramOffset:")>]
[<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
minmaxTexture
IMTLTexture
histogram
IMTLBuffer
histogramOffset
UIntPtr

unativeint

Attributes

Applies to