makeVisibleFunctionTable(descriptor:stage:)
Creates a new visible function table.
Declaration
func makeVisibleFunctionTable(descriptor: MTLVisibleFunctionTableDescriptor, stage: MTLRenderStages) -> (any MTLVisibleFunctionTable)?Parameters
- descriptor:
An Mtlvisiblefunctiontabledescriptor instance that configures the visible function table the method creates.
- stage:
An Mtlrenderstages instance that represents the render pass stage the visible function table applies to.