Share via


IMTLRenderCommandEncoder.SetVertexIntersectionFunctionTables Method

Definition

[Foundation.Export("setVertexIntersectionFunctionTables:withBufferRange:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetVertexIntersectionFunctionTables(Metal.IMTLIntersectionFunctionTable[] intersectionFunctionTable, Foundation.NSRange range);
[<Foundation.Export("setVertexIntersectionFunctionTables:withBufferRange:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetVertexIntersectionFunctionTables : Metal.IMTLIntersectionFunctionTable[] * Foundation.NSRange -> unit
override this.SetVertexIntersectionFunctionTables : Metal.IMTLIntersectionFunctionTable[] * Foundation.NSRange -> unit

Parameters

intersectionFunctionTable
IMTLIntersectionFunctionTable[]
range
NSRange
Attributes

Applies to