Enum DxgiResidency
Indicates the memory location of a resource.
Namespace: JeremyAnsel.DirectX.Dxgi
Assembly: JeremyAnsel.DirectX.Dxgi.dll
Syntax
public enum DxgiResidency
Fields
| Name | Description |
|---|---|
| EvictedToDisk | At least some of the resource has been paged out to the hard drive. |
| FullyResident | The resource is located in video memory. |
| ResidentInSharedMemory | At least some of the resource is located in CPU memory. |
| Unspecified | Not specified. |