Enum EvictionPriority
Priority used to evict a resource from video memory.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum EvictionPriority : uint
Fields
Name | Description |
---|---|
High | The resource is place in a preferred location instea of a low/normal priority resource. |
Low | The placement of the resource is not critical, and minimal work is performed to find a location for the resource. |
Maximum | The resource is evicted only if there's no other way to resolve a memory requirement. |
Minimum | The resource is unused and can be evicted as soon as another resource requires the memory that the resource occupies. |
Normal | The placement of the resource is important, but not critical, for performance. |
Unknown | Unknown. |