Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Flags indicating the memory location of a resource.
Syntax
typedef enum DXGI_RESIDENCY {
DXGI_RESIDENCY_FULLY_RESIDENT = 1,
DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY = 2,
DXGI_RESIDENCY_EVICTED_TO_DISK = 3
} ;
Constants
DXGI_RESIDENCY_FULLY_RESIDENT Value: 1 The resource is located in video memory. |
DXGI_RESIDENCY_RESIDENT_IN_SHARED_MEMORY Value: 2 At least some of the resource is located in CPU memory. |
DXGI_RESIDENCY_EVICTED_TO_DISK Value: 3 At least some of the resource has been paged out to the hard drive. |
Remarks
This enum is used by QueryResourceResidency.
Requirements
Requirement | Value |
---|---|
Header | dxgi.h |