We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue handles the additional semantic analysis of the parsed HLSLRootSignature attribute. This includes generating applicable diagnostics.
HLSLRootSignature
The relevant validations that this issue must implement are:
DESCRIPTOR_RANGE_FLAGS
Sampler
StaticSampler
space
0xFFFFFFF0
0xFFFFFFFF
AC:
ParseHLSLRootSignature
handleHLSLRootSignature
SemaHLSL.cpp
clang/unittests/Sema/ParseHLSLRootSignatureTest.cpp
AST/HLSL/RootSignatures-AST.hlsl
The text was updated successfully, but these errors were encountered:
inbelic
No branches or pull requests
This issue handles the additional semantic analysis of the parsed
HLSLRootSignature
attribute. This includes generating applicable diagnostics.The relevant validations that this issue must implement are:
DESCRIPTOR_RANGE_FLAGS
for theSampler
descriptor table clauseStaticSampler
are bounded correctlyspace
parameter is not in the invalid range of0xFFFFFFF0
to0xFFFFFFFF
AC:
ParseHLSLRootSignature
defined in [HLSL] Generate AST for Root Signatures #119011 to implement semantic validation ofHLSLRootSignature
handleHLSLRootSignature
to implement semantic validation ofHLSLRootSignature
inSemaHLSL.cpp
clang/unittests/Sema/ParseHLSLRootSignatureTest.cpp
AST/HLSL/RootSignatures-AST.hlsl
The text was updated successfully, but these errors were encountered: