makeIntersectionFunctionTable(descriptor:)
Creates a new intersection function table.
Declaration
func makeIntersectionFunctionTable(descriptor: MTLIntersectionFunctionTableDescriptor) -> (any MTLIntersectionFunctionTable)?Parameters
- descriptor:
An Mtlintersectionfunctiontabledescriptor instance that configures the created table.
Return Value
A new intersection function table, or nil if an error occurred in creation.