Contents

label

An optional name that can help you identify a residency set you create with the descriptor.

Declaration

var label: String? { get set }

Discussion

Metal applies the value of this property to the label property of an MTLResidencySet that you create by passing the descriptor to makeResidencySet(descriptor:).

See Also

Configuring the residency set