MTLResidencySetDescriptor
A configuration that customizes the behavior for a residency set.
Declaration
class MTLResidencySetDescriptorMentioned 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.