MPSImageHistogramSpecification.EncodeTransformToCommandBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("encodeTransformToCommandBuffer:sourceTexture:sourceHistogram:sourceHistogramOffset:desiredHistogram:desiredHistogramOffset:")]
public virtual void EncodeTransformToCommandBuffer (Metal.IMTLCommandBuffer commandBuffer, Metal.IMTLTexture source, Metal.IMTLBuffer sourceHistogram, nuint sourceHistogramOffset, Metal.IMTLBuffer desiredHistogram, nuint desiredHistogramOffset);
abstract member EncodeTransformToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint -> unit
override this.EncodeTransformToCommandBuffer : Metal.IMTLCommandBuffer * Metal.IMTLTexture * Metal.IMTLBuffer * nuint * Metal.IMTLBuffer * nuint -> unit
Parameters
- commandBuffer
- IMTLCommandBuffer
- source
- IMTLTexture
- sourceHistogram
- IMTLBuffer
- sourceHistogramOffset
- System.System.UIntPtr System.unativeint
- desiredHistogram
- IMTLBuffer
- desiredHistogramOffset
- System.System.UIntPtr System.unativeint
- Attributes