Table of Contents

Delegate GraphicsResourceRecyclePolicyDelegate

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

A recycle policy to check whether a Graphics Resource tracked by a GraphicsResourceAllocator must be disposed / recycled.

public delegate bool GraphicsResourceRecyclePolicyDelegate(GraphicsResourceLink resourceLink)

Parameters

resourceLink GraphicsResourceLink

The Graphics Resource link.

Returns

bool

true if the specified Graphics Resource must be disposed and removed from its allocator; false otherwise.

Extension Methods