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.
The residency status.
Syntax
typedef enum _D3DDDI_RESIDENCYSTATUS {
D3DDDI_RESIDENCYSTATUS_RESIDENTINGPUMEMORY,
D3DDDI_RESIDENCYSTATUS_RESIDENTINSHAREDMEMORY,
D3DDDI_RESIDENCYSTATUS_NOTRESIDENT
} D3DDDI_RESIDENCYSTATUS;
Constants
D3DDDI_RESIDENCYSTATUS_RESIDENTINGPUMEMORYResident in GPU memory. |
D3DDDI_RESIDENCYSTATUS_RESIDENTINSHAREDMEMORYResident in shared memory. |
D3DDDI_RESIDENCYSTATUS_NOTRESIDENTNot resident. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dumddi.h |