HLSL Specified Root Signature
A Root Signature (a key table of resources and other elements for D3D12) can be specified in HLSL as a string.
Refer to the D3D12 docs on Specifying Root Signatures in HLSL for full details and example code.
Related topics