Share via


IMTLRenderCommandEncoder.SetVertexBuffers Method

Definition

Overloads

SetVertexBuffers(IMTLBuffer[], IntPtr, NSRange)

[Foundation.Export("setVertexBuffers:offsets:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetVertexBuffers(Metal.IMTLBuffer[] buffers, IntPtr uintArrayPtrOffsets, Foundation.NSRange range);
[<Foundation.Export("setVertexBuffers:offsets:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetVertexBuffers : Metal.IMTLBuffer[] * nativeint * Foundation.NSRange -> unit
override this.SetVertexBuffers : Metal.IMTLBuffer[] * nativeint * Foundation.NSRange -> unit

Parameters

buffers
IMTLBuffer[]
uintArrayPtrOffsets
IntPtr

nativeint

range
NSRange
Attributes

Applies to

SetVertexBuffers(IntPtr, IntPtr, IntPtr, NSRange)

[Foundation.Export("setVertexBuffers:offsets:attributeStrides:withRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetVertexBuffers(IntPtr buffers, IntPtr offsets, IntPtr strides, Foundation.NSRange range);
[<Foundation.Export("setVertexBuffers:offsets:attributeStrides:withRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetVertexBuffers : nativeint * nativeint * nativeint * Foundation.NSRange -> unit
override this.SetVertexBuffers : nativeint * nativeint * nativeint * Foundation.NSRange -> unit

Parameters

buffers
IntPtr

nativeint

offsets
IntPtr

nativeint

strides
IntPtr

nativeint

range
NSRange
Attributes

Applies to