Share via


IMTLRenderCommandEncoder.SetVertexTextures(IMTLTexture[], NSRange) Method

Definition

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

Parameters

textures
IMTLTexture[]
range
NSRange
Attributes

Applies to