Flags to control virtual memory configuration for graphics.
enum D3D11X_VIRTUAL_MEMORY_CONFIGURATION_FLAGS
{
D3D11X_VIRTUAL_MEMORY_ENABLE_LEGACY_LOWER_BOUND
};
| Constant | Description |
|---|---|
| D3D11X_VIRTUAL_MEMORY_ENABLE_LEGACY_LOWER_BOUND | Indicates that the graphics lower virtual address boundary is 1GB instead of 2GB. |
This enumeration is used for the Flags member of the D3D11X_VIRTUAL_MEMORY_CONFIGURATION structure, which is used by D3DConfigureVirtualMemory.
Header: Declared in d3d11_x.h.