ICIImageProvider.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:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProvideImageToMTLTexture(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:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProvideImageToMTLTexture : Metal.IMTLTexture * Metal.IMTLCommandBuffer * unativeint * unativeint * unativeint * unativeint * Foundation.NSObject -> unit
override this.ProvideImageToMTLTexture : 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