Delegate GraphicsResourceAllocator.GetDescriptionDelegate<TResource, TDescription>
Represents a method that retrieves a description of a Graphics Resource.
protected delegate TDescription GraphicsResourceAllocator.GetDescriptionDelegate<TResource, TDescription>(TResource resource)
Parameters
resourceTResourceThe Graphics Resource for which the description is to be retrieved.
Returns
- TDescription
The description of the specified Graphics Resource.
Type Parameters
TResourceThe type of the Graphics Resource for which the description is retrieved.
TDescriptionThe type of the description returned for the Graphics Resource.
- Extension Methods