We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c651610 commit 7848f77Copy full SHA for 7848f77
1 file changed
tools/clang/lib/AST/ASTContextHLSL.cpp
@@ -1243,10 +1243,6 @@ CXXRecordDecl *hlsl::DeclareHitObjectType(NamespaceDecl &NSDecl) {
1243
static_cast<int>(hlsl::IntrinsicOp::MOP_DxHitObject_MakeNop)));
1244
pConstructorDecl->addAttr(HLSLCXXOverloadAttr::CreateImplicit(Context));
1245
1246
- // Shader Execution Reordering requires SM6.9
1247
- VersionTuple VT69 = VersionTuple(6, 9);
1248
- pConstructorDecl->addAttr(ConstructAvailabilityAttribute(Context, VT69));
1249
-
1250
// Add the implicit HLSLHitObjectAttr attribute to unambiguously recognize the
1251
// builtin HitObject type (SM6.9+). This distinguishes it from any
1252
// user-defined type named 'HitObject' pre SM6.9.
0 commit comments