Share via


CIImageProvider_Extensions.ProvideImageToMTLTexture Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ProvideImageToMTLTexture(this CoreImage.ICIImageProvider This, Metal.IMTLTexture texture, Metal.IMTLCommandBuffer commandBuffer, UIntPtr originx, UIntPtr originy, UIntPtr width, UIntPtr height, Foundation.NSObject? info);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ProvideImageToMTLTexture : CoreImage.ICIImageProvider * Metal.IMTLTexture * Metal.IMTLCommandBuffer * unativeint * unativeint * unativeint * unativeint * Foundation.NSObject -> unit

Parameters

texture
IMTLTexture
commandBuffer
IMTLCommandBuffer
originx
UIntPtr

unativeint

originy
UIntPtr

unativeint

width
UIntPtr

unativeint

height
UIntPtr

unativeint

info
NSObject
Attributes

Applies to