We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b973f commit 190cfcdCopy full SHA for 190cfcd
clang/lib/Parse/ParseHLSLRootSignature.cpp
@@ -930,7 +930,7 @@ RootSignatureParser::parseStaticSamplerParams() {
930
return std::nullopt;
931
Params.Visibility = Visibility;
932
} else if (tryConsumeExpectedToken(TokenKind::kw_flags)) {
933
- // `flags` `=` UINT_BORDER_COLOR
+ // `flags` `=` STATIC_SAMPLE_FLAGS
934
if (Params.Flags.has_value()) {
935
reportDiag(diag::err_hlsl_rootsig_repeat_param) << CurToken.TokKind;
936
0 commit comments