Contents

descriptor(for:)

Returns the auxiliary plane descriptor for the given plane type, or nil if none has been set.

Declaration

func descriptor(for plane: MTLTensorPlaneType) -> MTLTensorAuxiliaryPlaneDescriptor?

Parameters

  • plane:

    The plane type to look up.

Return Value

The descriptor for the given plane type, or nil.