You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks implementing DXC's ability to use a root signature versions as a target with a root signature as an entry point.
The behaviour should follow the specification here.
Current conflict to resolve in planning:
Currently root signature parsing is in the Parse library. So we will need to know which RootSignature to parse during parse logic, as this can't currently be invoked in Sema. To move forward we need to either: move rootsignatureparser to happen during sema, or, be able to determine the entry point at parse time.