D3D11X_VIRTUAL_MEMORY_CONFIGURATION_FLAGS Enumeration

Flags to control virtual memory configuration for graphics.

Syntax

enum D3D11X_VIRTUAL_MEMORY_CONFIGURATION_FLAGS
{
    D3D11X_VIRTUAL_MEMORY_ENABLE_LEGACY_LOWER_BOUND
};  

Constants

Constant Description
D3D11X_VIRTUAL_MEMORY_ENABLE_LEGACY_LOWER_BOUND Indicates that the graphics lower virtual address boundary is 1GB instead of 2GB.

Remarks

This enumeration is used for the Flags member of the D3D11X_VIRTUAL_MEMORY_CONFIGURATION structure, which is used by D3DConfigureVirtualMemory.

Requirements

Header: Declared in d3d11_x.h.