Share via


IMTLRenderCommandEncoder.SetTileBuffers(IMTLBuffer[], IntPtr, NSRange) Method

Definition

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

Parameters

buffers
IMTLBuffer[]
offsets
IntPtr

nativeint

range
NSRange
Attributes

Applies to