ID3D12RootSignatureDeserializer interface (d3d12.h)

Contains a method to return the deserialized D3D12_ROOT_SIGNATURE_DESC data structure, of a serialized root signature version 1.0.

Inheritance

The ID3D12RootSignatureDeserializer interface inherits from the IUnknown interface. ID3D12RootSignatureDeserializer also has these types of members:

Methods

The ID3D12RootSignatureDeserializer interface has these methods.

 
ID3D12RootSignatureDeserializer::GetRootSignatureDesc

Gets the layout of the root signature.

Remarks

This interface has been superceded by ID3D12VersionedRootSignatureDeserializer.

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h

See also

Core Interfaces

IUnknown

Root Signatures