D3D12_FEATURE_DATA_ROOT_SIGNATURE structure (d3d12.h)

Indicates root signature version support.

Syntax

typedef struct D3D12_FEATURE_DATA_ROOT_SIGNATURE {
  D3D_ROOT_SIGNATURE_VERSION HighestVersion;
} D3D12_FEATURE_DATA_ROOT_SIGNATURE;

Members

HighestVersion

On input, specifies the highest version D3D_ROOT_SIGNATURE_VERSION to check for. On output specifies the highest version, up to the input version specified, actually available.

Requirements

Requirement Value
Header d3d12.h

See also

Core Structures

D3D12_FEATURE

Root Signature Version 1.1