D3D11_MAP_ESRAM_FLAG Enumeration

Defines flags to control ESRAM mapping, such as page size.

Syntax

typedef enum D3D11_MAP_ESRAM_FLAG
{
    D3D11_MAP_ESRAM_LARGE_PAGES = 0x1,
    D3D11_MAP_ESRAM_4MB_PAGES = 0x2
} D3D11_MAP_ESRAM_FLAG;  

Constants

Constant Description
D3D11_MAP_ESRAM_LARGE_PAGES Uses 64KB pages.
D3D11_MAP_ESRAM_4MB_PAGES Uses 4MB pages.

Remarks

Used by D3DMapEsramMemory.

Requirements

Header: Declared in d3d11_x.h (d3d11_1.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).