Class GraphicsResourceAllocator.ResourceCache<TResourceDesc>
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
TResourceDescThe type of an object that describes the characteristics of the cached Graphics Resource.
- Inheritance
-
objectGraphicsResourceAllocator.ResourceCache<TResourceDesc>
- Implements
- Inherited Members
- Extension Methods