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 |