ID3D12RootSignatureDeserializer interface

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

Members

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

Methods

The ID3D12RootSignatureDeserializer interface has these methods.

MethodDescription
GetRootSignatureDesc

Gets the layout of the root signature.

 

Remarks

This interface has been superceded by ID3D12VersionedRootSignatureDeserializer.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

IUnknown
Core Interfaces
Root Signatures

 

 

Show: