IMTLRenderPipelineState.NewIntersectionFunctionTableWithDescriptor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("newIntersectionFunctionTableWithDescriptor:stage:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Metal.IMTLIntersectionFunctionTable? NewIntersectionFunctionTableWithDescriptor(Metal.MTLIntersectionFunctionTableDescriptor descriptor, Metal.MTLRenderStages stage);
[<Foundation.Export("newIntersectionFunctionTableWithDescriptor:stage:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member NewIntersectionFunctionTableWithDescriptor : Metal.MTLIntersectionFunctionTableDescriptor * Metal.MTLRenderStages -> Metal.IMTLIntersectionFunctionTable
override this.NewIntersectionFunctionTableWithDescriptor : Metal.MTLIntersectionFunctionTableDescriptor * Metal.MTLRenderStages -> Metal.IMTLIntersectionFunctionTable
Parameters
- descriptor
- MTLIntersectionFunctionTableDescriptor
- stage
- MTLRenderStages
Returns
- Attributes