makeIntersectionFunctionTable(descriptor:stage:)
Creates a new intersection function table.
Declaration
func makeIntersectionFunctionTable(descriptor: MTLIntersectionFunctionTableDescriptor, stage: MTLRenderStages) -> (any MTLIntersectionFunctionTable)?Parameters
- descriptor:
An Mtlintersectionfunctiontabledescriptor instance that configures the visible function table the method creates.
- stage:
An Mtlrenderstages instance that represents the render pass stage the intersection function table applies to.