containsAllocation(_:)
Returns a Boolean value that indicates whether the residency set contains a specific resource allocation.
Declaration
func containsAllocation(_ anAllocation: any MTLAllocation) -> BoolParameters
- anAllocation:
A resource allocation, such as an Mtlbuffer, Mtltexture, or Mtlheap.