Contents

makeIntersectionFunctionTable(descriptor:)

Creates a new intersection function table.

Declaration

func makeIntersectionFunctionTable(descriptor: MTLIntersectionFunctionTableDescriptor) -> (any MTLIntersectionFunctionTable)?

Parameters

Return Value

A new intersection function table, or nil if an error occurred in creation.

See Also

Creating function tables