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 issues handles the parsing of a root signature string into a list of HLSLRootElements.
It should be self-contained from the parsing of HLSLRootSignatureAttr.
Note that the parsing of the root signature will take place in SemaHLSL so we have the capability to do semantic analysis when parsing, but we will defer much of this work to issue #119019.
AC:
Define HLSLRootElement in HLSLResource.h
Define and implement ParseHLSLRootSignature in Sema/ParseHLSLRootSignature.[h|cpp]
Add unit testing of generated HLSLRootElements in clang/unittests/Sema/ParseHLSLRootSignatureTest.cpp
The text was updated successfully, but these errors were encountered:
This issues handles the parsing of a root signature string into a list of
HLSLRootElement
s.It should be self-contained from the parsing of
HLSLRootSignatureAttr
.Note that the parsing of the root signature will take place in SemaHLSL so we have the capability to do semantic analysis when parsing, but we will defer much of this work to issue #119019.
AC:
HLSLRootElement
inHLSLResource.h
ParseHLSLRootSignature
inSema/ParseHLSLRootSignature.[h|cpp]
HLSLRootElements
inclang/unittests/Sema/ParseHLSLRootSignatureTest.cpp
The text was updated successfully, but these errors were encountered: