Delegate GraphicsResourceRecyclePolicyDelegate
A recycle policy to check whether the specified resource must be disposed from a GraphicsResourceAllocator.
public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink)
Parameters
resourceLink
GraphicsResourceLinkThe resource link.
Returns
- bool
true
if the specified resource must be disposed and remove from the ,false
otherwise.