Share via


IMTLComputeCommandEncoder.SetTextures(IMTLTexture[], NSRange) Method

Definition

[Foundation.Export("setTextures:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetTextures(Metal.IMTLTexture[] textures, Foundation.NSRange range);
[<Foundation.Export("setTextures:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetTextures : Metal.IMTLTexture[] * Foundation.NSRange -> unit
override this.SetTextures : Metal.IMTLTexture[] * Foundation.NSRange -> unit

Parameters

textures
IMTLTexture[]
range
NSRange
Attributes

Applies to