Table of Contents

Class GraphicsResourceAllocator.ResourceCache<TResourceDesc>

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Internal type for a cache of Graphics Resources associated with their description.

protected sealed class GraphicsResourceAllocator.ResourceCache<TResourceDesc> : Dictionary<TResourceDesc, List<GraphicsResourceLink>>, IDictionary<TResourceDesc, List<GraphicsResourceLink>>, ICollection<KeyValuePair<TResourceDesc, List<GraphicsResourceLink>>>, IReadOnlyDictionary<TResourceDesc, List<GraphicsResourceLink>>, IReadOnlyCollection<KeyValuePair<TResourceDesc, List<GraphicsResourceLink>>>, IEnumerable<KeyValuePair<TResourceDesc, List<GraphicsResourceLink>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable

Type Parameters

TResourceDesc

The type of an object that describes the characteristics of the cached Graphics Resource.

Inheritance
object
GraphicsResourceAllocator.ResourceCache<TResourceDesc>
Implements
Inherited Members
Extension Methods