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.
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 |