次の方法で共有


MPSImageHistogramEqualization.EncodeTransformToCommandBuffer メソッド

定義

等化参照テーブルを計算する変換関数を、指定した commandBufferにエンコードします。

[Foundation.Export("encodeTransformToCommandBuffer:sourceTexture:histogram:histogramOffset:")]
public virtual void EncodeTransformToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.IMTLBuffer histogram, nuint histogramOffset);
abstract member EncodeTransformToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLBuffer * nuint -> unit
override this.EncodeTransformToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLBuffer * nuint -> unit

パラメーター

commandBuffer
IMTLCommandBuffer

変換をエンコードするコマンド バッファー。

source
IMTLTexture

ソース イメージ。

histogram
IMTLBuffer

現在のヒストグラム データを含むバッファー。

histogramOffset
System.System.UIntPtr System.unativeint

現在のヒストグラム データの先頭までのオフセット histogram

属性

適用対象