Gorgon
Show / Hide Table of Contents

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.

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author