Compartilhar via


MPSImageHistogramEqualization.EncodeTransformToCommandBuffer Método

Definição

Codifica a função de transformação, que calcula a tabela de pesquisa de equalização, para o especificado 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

Parâmetros

commandBuffer
IMTLCommandBuffer

O buffer de comando no qual codificar a transformação.

source
IMTLTexture

A imagem de origem.

histogram
IMTLBuffer

Um buffer que contém os dados de histograma atuais.

histogramOffset
System.System.UIntPtr System.unativeint

O deslocamento, em histogram, para o início dos dados de histograma atuais.

Atributos

Aplica-se a