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.
| Method | Description |
|---|---|
| GetRootSignatureDesc |
Gets the layout of the root signature. |
Remarks
This interface has been superceded by ID3D12VersionedRootSignatureDeserializer.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also