Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12_FEATURE_DATA_SERIALIZATION structure (d3d12.h)

Indicates the level of support for heap serialization.

Syntax

typedef struct D3D12_FEATURE_DATA_SERIALIZATION {
 UINT NodeIndex;
 D3D12_HEAP_SERIALIZATION_TIER HeapSerializationTier;
} D3D12_FEATURE_DATA_SERIALIZATION;

Members

NodeIndex

Type: UINT

An input field, indicating the adapter index to query.

HeapSerializationTier

Type: D3D12_HEAP_SERIALIZATION_TIER

An output field, indicating the tier of heap serialization support.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header d3d12.h

Feedback

Was this page helpful?

Additional resources