ID3D12VersionedRootSignatureDeserializer interface

Contains methods to return the deserialized D3D12_ROOT_SIGNATURE_DESC1 data structure, of any version of a serialized root signature.

Members

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

Methods

The ID3D12VersionedRootSignatureDeserializer interface has these methods.

MethodDescription
GetRootSignatureDescAtVersion

Converts root signature description structures to a requested version.

GetUnconvertedRootSignatureDesc

Gets the layout of the root signature, without converting between root signature versions.

 

Remarks

This interface supercedes ID3D12RootSignatureDeserializer.

Requirements

Header

D3d12.h

Library

D3d12.lib

DLL

D3d12.dll

See also

IUnknown
Core Interfaces
Root Signature Version 1.1
Root Signatures

 

 

Show: