GraphicsResourceRecyclePolicyDelegate Delegate
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
A recycle policy to check whether the specified resource must be disposed from a GraphicsResourceAllocator.
public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink);
Parameters
Type | Name | Description |
---|---|---|
GraphicsResourceLink | resourceLink | The resource link. |
Returns
Type | Description |
---|---|
System.Boolean |
|