makeArgumentTable(descriptor:)
Creates a new argument table from an argument table descriptor.
Declaration
func makeArgumentTable(descriptor: MTL4ArgumentTableDescriptor) throws -> any MTL4ArgumentTableParameters
- descriptor:
A Mtl4argumenttabledescriptor instance that configures the Mtl4argumenttable instance.
Mentioned in
Return Value
A MTL4ArgumentTable instance, or nil if the function failed.