NSObject_CIImageProvider.ProvideImageToMTLTexture 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("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