Delegate GraphicsResourceRecyclePolicyDelegate
A recycle policy to check whether a Graphics Resource tracked by a GraphicsResourceAllocator must be disposed / recycled.
public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink)
Parameters
resourceLinkGraphicsResourceLinkThe Graphics Resource link.
Returns
- bool
true if the specified Graphics Resource must be disposed and removed from its allocator; false otherwise.
- Extension Methods