Contents

MTLResidencySetDescriptor

A configuration that customizes the behavior for a residency set.

Declaration

class MTLResidencySetDescriptor

Mentioned in

Overview

Make an MTLResidencySet by creating and configuring an MTLResidencySetDescriptor instance and pass it to the makeResidencySet(descriptor:) method of an MTLDevice instance.

See Simplifying GPU resource management with residency sets for more information.

Topics

Configuring the residency set

See Also

Residency sets