ID3D12RootSignatureDeserializer::GetRootSignatureDesc method

Gets the layout of the root signature.

Syntax


D3D12_ROOT_SIGNATURE_DESC GetRootSignatureDesc();

Parameters

This method has no parameters.

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

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12RootSignatureDeserializer

 

 

Show: