Table of Contents

Delegate GraphicsResourceRecyclePolicyDelegate

Namespace
Stride.Graphics
Assembly
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

resourceLink GraphicsResourceLink

The resource link.

Returns

bool

true if the specified resource must be disposed and remove from the , false otherwise.