Share via


IMTLRenderCommandEncoder.SetObjectBuffer(IMTLBuffer, UIntPtr, UIntPtr) Method

Definition

[Foundation.Export("setObjectBuffer:offset:atIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetObjectBuffer(Metal.IMTLBuffer buffer, UIntPtr offset, UIntPtr index);
[<Foundation.Export("setObjectBuffer:offset:atIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetObjectBuffer : Metal.IMTLBuffer * unativeint * unativeint -> unit
override this.SetObjectBuffer : Metal.IMTLBuffer * unativeint * unativeint -> unit

Parameters

buffer
IMTLBuffer
offset
UIntPtr

unativeint

index
UIntPtr

unativeint

Attributes

Applies to