Delegate GraphicsResourceRecyclePolicyDelegate
A recycle policy to check whether the specified resource must be disposed from a GraphicsResourceAllocator.
public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink)Parameters
- resourceLinkGraphicsResourceLink
- The resource link. 
Returns
- bool
- trueif the specified resource must be disposed and remove from the ,- falseotherwise.