Enum DxgiOfferResourcePriority
Identifies the importance of a resource’s content.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public enum DxgiOfferResourcePriorityFields
| Name | Description | 
|---|---|
| High | The resource is high priority. The operating system discards other offered resources with lower priority before it discards a high priority resource. You mark a resource as high priority if it has useful content that is difficult to regenerate. | 
| Low | The resource is low priority. The operating system discards a low priority resource before other offered resources with higher priority. It is a good programming practice to mark a resource as low priority if it has no useful content. | 
| Normal | The resource is normal priority. You mark a resource as normal priority if it has content that is easy to regenerate. | 
| Unspecified | Unspecified priority. |