Share via


IMTLRenderCommandEncoder.SetVertexIntersectionFunctionTable Method

Definition

[Foundation.Export("setVertexIntersectionFunctionTable:atBufferIndex:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetVertexIntersectionFunctionTable(Metal.IMTLIntersectionFunctionTable? intersectionFunctionTable, UIntPtr bufferIndex);
[<Foundation.Export("setVertexIntersectionFunctionTable:atBufferIndex:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetVertexIntersectionFunctionTable : Metal.IMTLIntersectionFunctionTable * unativeint -> unit
override this.SetVertexIntersectionFunctionTable : Metal.IMTLIntersectionFunctionTable * unativeint -> unit

Parameters

intersectionFunctionTable
IMTLIntersectionFunctionTable
bufferIndex
UIntPtr

unativeint

Attributes

Applies to