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 900c796 commit b85b876Copy full SHA for b85b876
clang/include/clang/Basic/LangOptions.h
@@ -549,8 +549,9 @@ class LangOptions : public LangOptionsBase {
549
bool CheckNew = false;
550
551
/// The HLSL root signature version for dxil.
552
+ /// This is kept at 1.1 to make it backwards compatible with DXC.
553
llvm::dxbc::RootSignatureVersion HLSLRootSigVer =
- llvm::dxbc::RootSignatureVersion::V1_2;
554
+ llvm::dxbc::RootSignatureVersion::V1_1;
555
556
/// The HLSL root signature that will be used to overide the root signature
557
/// used for the shader entry point.
0 commit comments