Share via


IMTLRenderCommandEncoder.SetFragmentTextures(IMTLTexture[], NSRange) Method

Definition

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

Parameters

textures
IMTLTexture[]
range
NSRange
Attributes

Applies to