ID3D12RootSignatureDeserializer::GetRootSignatureDesc method (d3d12.h)

Gets the layout of the root signature.

Syntax

const D3D12_ROOT_SIGNATURE_DESC * GetRootSignatureDesc();

Return value

Type: D3D12_ROOT_SIGNATURE_DESC

This method returns a deserialized root signature in a D3D12_ROOT_SIGNATURE_DESC structure that describes the layout of the root signature.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h
Library D3D12.lib
DLL D3D12.dll

See also

ID3D12RootSignatureDeserializer