Table of Contents

Delegate GraphicsResourceAllocator.GetDescriptionDelegate<TResource, TDescription>

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Represents a method that retrieves a description of a Graphics Resource.

protected delegate TDescription GraphicsResourceAllocator.GetDescriptionDelegate<TResource, TDescription>(TResource resource)

Parameters

resource TResource

The Graphics Resource for which the description is to be retrieved.

Returns

TDescription

The description of the specified Graphics Resource.

Type Parameters

TResource

The type of the Graphics Resource for which the description is retrieved.

TDescription

The type of the description returned for the Graphics Resource.

Extension Methods