Share via


NSObject_CIImageProvider.ProvideImageToMTLTexture Method

Definition

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

Parameters

This
NSObject
texture
IMTLTexture
commandBuffer
IMTLCommandBuffer
originx
UIntPtr

unativeint

originy
UIntPtr

unativeint

width
UIntPtr

unativeint

height
UIntPtr

unativeint

info
NSObject
Attributes

Applies to