Contents

argumentInfo

An option instance that provides argument information for textures and threadgroup memory.

Declaration

static var argumentInfo: MTLPipelineOption { get }

Discussion

This option provides all properties of an MTLArgument instance, except for bufferStructType and bufferPointerType, which are nil. To obtain these detailed buffer type properties, retrieve the bufferTypeInfo instance.

See Also

Retrieving argument information