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.
A D3D12DDI_CPU_PAGE_PROPERTY value specifies the CPU page properties for a heap.
Syntax
typedef enum D3D12DDI_CPU_PAGE_PROPERTY {
D3D12DDI_CPU_PAGE_PROPERTY_NOT_AVAILABLE = 0,
D3D12DDI_CPU_PAGE_PROPERTY_WRITE_COMBINE = 1,
D3D12DDI_CPU_PAGE_PROPERTY_WRITE_BACK = 2
} ;
Constants
D3D12DDI_CPU_PAGE_PROPERTY_NOT_AVAILABLEValue: 0 The CPU cannot access the heap; therefore no page properties are available. |
D3D12DDI_CPU_PAGE_PROPERTY_WRITE_COMBINEValue: 1 The CPU page property is write-combined. |
D3D12DDI_CPU_PAGE_PROPERTY_WRITE_BACKValue: 2 The CPU page property is write-back. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h |